From dcd24549a663f77e493af9822ecfc824b16c6bc9 Mon Sep 17 00:00:00 2001 From: sampion88 Date: Tue, 30 Dec 2025 16:59:16 +0100 Subject: [PATCH 1/2] new vulnerability in scorm-again --- input/new.json | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/input/new.json b/input/new.json index 87646b9a..2287ca9e 100644 --- a/input/new.json +++ b/input/new.json @@ -1,15 +1,24 @@ { - "package_name": "", - "patch_versions": [], - "vulnerable_ranges": [], - "cwe": [], - "tldr": "", - "doest_this_affect_me": "", - "how_to_fix": "", - "vulnerable_to": "", + "package_name": "scorm-again", + "patch_versions": [ + "3.0.0" + ], + "vulnerable_ranges": [ + [ + "1.0.0", + "2.6.8" + ] + ], + "cwe": [ + "CWE-1321" + ], + "tldr": "Affected versions of this package are vulnerable to prototype pollution in the `_commonSetCMIValue` function, which may allow attackers to manipulate object prototypes and potentially alter application behavior or escalate privileges.", + "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", + "how_to_fix": "Upgrade the `scorm-again` library to the patch version.", + "vulnerable_to": "Prototype Pollution", "related_cve_id": "", - "language": "", - "severity_class": "", - "aikido_score": 0, - "changelog": "" + "language": "js", + "severity_class": "MEDIUM", + "aikido_score": 42, + "changelog": "https://github.com/jcputney/scorm-again/releases/tag/3.0.0" } From bb2420607d8bf4bea483e29d77e589e582441b97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 6 Jan 2026 20:27:12 +0000 Subject: [PATCH 2/2] Move new vulnerability to vulnerabilities/AIKIDO-2026-10007.json and reset new.json template --- input/new.json | 33 ++++++++++---------------- vulnerabilities/AIKIDO-2026-10007.json | 26 ++++++++++++++++++++ 2 files changed, 38 insertions(+), 21 deletions(-) create mode 100644 vulnerabilities/AIKIDO-2026-10007.json diff --git a/input/new.json b/input/new.json index 2287ca9e..87646b9a 100644 --- a/input/new.json +++ b/input/new.json @@ -1,24 +1,15 @@ { - "package_name": "scorm-again", - "patch_versions": [ - "3.0.0" - ], - "vulnerable_ranges": [ - [ - "1.0.0", - "2.6.8" - ] - ], - "cwe": [ - "CWE-1321" - ], - "tldr": "Affected versions of this package are vulnerable to prototype pollution in the `_commonSetCMIValue` function, which may allow attackers to manipulate object prototypes and potentially alter application behavior or escalate privileges.", - "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", - "how_to_fix": "Upgrade the `scorm-again` library to the patch version.", - "vulnerable_to": "Prototype Pollution", + "package_name": "", + "patch_versions": [], + "vulnerable_ranges": [], + "cwe": [], + "tldr": "", + "doest_this_affect_me": "", + "how_to_fix": "", + "vulnerable_to": "", "related_cve_id": "", - "language": "js", - "severity_class": "MEDIUM", - "aikido_score": 42, - "changelog": "https://github.com/jcputney/scorm-again/releases/tag/3.0.0" + "language": "", + "severity_class": "", + "aikido_score": 0, + "changelog": "" } diff --git a/vulnerabilities/AIKIDO-2026-10007.json b/vulnerabilities/AIKIDO-2026-10007.json new file mode 100644 index 00000000..d0fd1b7b --- /dev/null +++ b/vulnerabilities/AIKIDO-2026-10007.json @@ -0,0 +1,26 @@ +{ + "package_name": "scorm-again", + "patch_versions": [ + "3.0.0" + ], + "vulnerable_ranges": [ + [ + "1.0.0", + "2.6.8" + ] + ], + "cwe": [ + "CWE-1321" + ], + "tldr": "Affected versions of this package are vulnerable to prototype pollution in the `_commonSetCMIValue` function, which may allow attackers to manipulate object prototypes and potentially alter application behavior or escalate privileges.", + "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", + "how_to_fix": "Upgrade the `scorm-again` library to the patch version.", + "vulnerable_to": "Prototype Pollution", + "related_cve_id": "", + "language": "js", + "severity_class": "MEDIUM", + "aikido_score": 42, + "changelog": "https://github.com/jcputney/scorm-again/releases/tag/3.0.0", + "last_modified": "2026-01-06", + "published": "2026-01-06" +}