diff --git a/advisories/github-reviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json b/advisories/github-reviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json new file mode 100644 index 00000000000..2efc5ef4c62 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h63v-hw6g-x8hp", + "modified": "2024-12-11T21:35:13Z", + "published": "2024-12-09T21:31:02Z", + "aliases": [ + "CVE-2024-53441" + ], + "summary": "Bit flip attack vulnerability in cookie-encrypter", + "details": "due to a weakness in the encryption method used in cookie-encrypter an attack can use the world visible IV to edit encrypted cookies without decrypting the cookie itself. This is known as an AES CBC bit flipping attack.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "cookie-encrypter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53441" + }, + { + "type": "WEB", + "url": "https://github.com/ebourmalo/cookie-encrypter/issues/9" + }, + { + "type": "WEB", + "url": "https://crypto.stackexchange.com/questions/66085/bit-flipping-attack-on-cbc-mode" + }, + { + "type": "WEB", + "url": "https://gist.github.com/mathysEthical/f45f1503f87381090e38a33c50eec971" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ebourmalo/cookie-encrypter" + }, + { + "type": "WEB", + "url": "https://mathys.reboux.pro/CVE/2024/53441" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-325" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-11T21:35:13Z", + "nvd_published_at": "2024-12-09T20:15:20Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json b/advisories/unreviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json deleted file mode 100644 index 89c006cda80..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-h63v-hw6g-x8hp/GHSA-h63v-hw6g-x8hp.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h63v-hw6g-x8hp", - "modified": "2024-12-09T21:31:02Z", - "published": "2024-12-09T21:31:02Z", - "aliases": [ - "CVE-2024-53441" - ], - "details": "An issue in the index.js decryptCookie function of cookie-encrypter v1.0.1 allows attackers to execute a bit flipping attack.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53441" - }, - { - "type": "WEB", - "url": "https://gist.github.com/mathysEthical/f45f1503f87381090e38a33c50eec971" - }, - { - "type": "WEB", - "url": "https://mathys.reboux.pro/CVE/2024/53441" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-09T20:15:20Z" - } -} \ No newline at end of file