diff --git a/advisories/github-reviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json b/advisories/github-reviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json new file mode 100644 index 00000000000..1c0b10a932b --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h23j-73ww-7594", + "modified": "2024-11-14T15:37:51Z", + "published": "2024-11-13T21:30:38Z", + "aliases": [ + "CVE-2024-52553" + ], + "summary": "Session fixation vulnerability in Jenkins OpenId Connect Authentication Plugin", + "details": "Jenkins OpenId Connect Authentication Plugin 4.418.vccc7061f5b_6d and earlier does not invalidate the previous session on login. This allows attackers to use social engineering techniques to gain administrator access to Jenkins. OpenId Connect Authentication Plugin 4.421.v5422614eb_e0a_ invalidates the existing session on login.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:oic-auth" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.421.v5422614eb" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52553" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/oic-auth-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3473" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-384", + "CWE-613" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-14T15:37:51Z", + "nvd_published_at": "2024-11-13T21:15:29Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json b/advisories/unreviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json deleted file mode 100644 index fa37a2208d7..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-h23j-73ww-7594/GHSA-h23j-73ww-7594.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h23j-73ww-7594", - "modified": "2024-11-13T21:30:38Z", - "published": "2024-11-13T21:30:38Z", - "aliases": [ - "CVE-2024-52553" - ], - "details": "Jenkins OpenId Connect Authentication Plugin 4.418.vccc7061f5b_6d and earlier does not invalidate the previous session on login.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52553" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3473" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-13T21:15:29Z" - } -} \ No newline at end of file