CVE-2023-30524
Jenkins Report Portal ≤ 0.5
Raw vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:NSummary
CVE-2023-30524 is a medium-severity Generation of Incorrect Security Tokens (CWE-1270) vulnerability in Jenkins Report Portal. Its CVSS base score is 4.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Forge Web Credentials (T1606); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-1329
Vulnerability Data
Jenkins Report Portal Plugin 0.5 and earlier does not mask ReportPortal access tokens displayed on the configuration form, increasing the potential for attackers to observe and capture them.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing in development can detect incorrect token generation before deployment.
Proper use of cryptography ensures tokens are generated with correct algorithms, keys and entropy.
Secure development lifecycle practices include requirements and reviews that prevent flawed token-generation logic.
Application security requirements explicitly call for correct token issuance and validation mechanisms.
Secure coding standards reduce the likelihood of implementation errors that produce incorrect tokens.
Secure authentication mechanisms directly govern the correct generation and validation of security tokens.