From 2952c2ed6f7b83b7a931b4beb4fec6630eaa9e96 Mon Sep 17 00:00:00 2001 From: sampion88 Date: Tue, 29 Jul 2025 11:37:09 +0200 Subject: [PATCH 1/2] new vulnerability in linkifyjs --- input/new.json | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/input/new.json b/input/new.json index 87646b9a..29ec794a 100644 --- a/input/new.json +++ b/input/new.json @@ -1,15 +1,25 @@ { - "package_name": "", - "patch_versions": [], - "vulnerable_ranges": [], - "cwe": [], - "tldr": "", - "doest_this_affect_me": "", - "how_to_fix": "", - "vulnerable_to": "", + "package_name": "linkifyjs", + "patch_versions": [ + "4.3.2" + ], + "vulnerable_ranges": [ + [ + "4.0.0", + "4.3.1" + ] + ], + "cwe": [ + "CWE-1321" + ], + "tldr": "Affected versions of this package are vulnerable to several potential prototype pollution vulnerabilities, which could allow attackers to manipulate object properties and impact application behavior.", + "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", + "how_to_fix": "Upgrade the `linkifyjs` library to the patch version.", + "reporter": "", + "vulnerable_to": "Prototype Pollution", "related_cve_id": "", - "language": "", - "severity_class": "", - "aikido_score": 0, - "changelog": "" + "language": "js", + "severity_class": "LOW", + "aikido_score": 32, + "changelog": "https://github.com/nfrasser/linkifyjs/releases/tag/v4.3.2" } From c9f024c860c813c74feb1efe96f399daf857d594 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 29 Jul 2025 11:06:53 +0000 Subject: [PATCH 2/2] Move new vulnerability to vulnerabilities/AIKIDO-2025-10507.json and reset new.json template --- input/new.json | 34 +++++++++----------------- vulnerabilities/AIKIDO-2025-10507.json | 27 ++++++++++++++++++++ 2 files changed, 39 insertions(+), 22 deletions(-) create mode 100644 vulnerabilities/AIKIDO-2025-10507.json diff --git a/input/new.json b/input/new.json index 29ec794a..87646b9a 100644 --- a/input/new.json +++ b/input/new.json @@ -1,25 +1,15 @@ { - "package_name": "linkifyjs", - "patch_versions": [ - "4.3.2" - ], - "vulnerable_ranges": [ - [ - "4.0.0", - "4.3.1" - ] - ], - "cwe": [ - "CWE-1321" - ], - "tldr": "Affected versions of this package are vulnerable to several potential prototype pollution vulnerabilities, which could allow attackers to manipulate object properties and impact application behavior.", - "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", - "how_to_fix": "Upgrade the `linkifyjs` library to the patch version.", - "reporter": "", - "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": "LOW", - "aikido_score": 32, - "changelog": "https://github.com/nfrasser/linkifyjs/releases/tag/v4.3.2" + "language": "", + "severity_class": "", + "aikido_score": 0, + "changelog": "" } diff --git a/vulnerabilities/AIKIDO-2025-10507.json b/vulnerabilities/AIKIDO-2025-10507.json new file mode 100644 index 00000000..91bed7c1 --- /dev/null +++ b/vulnerabilities/AIKIDO-2025-10507.json @@ -0,0 +1,27 @@ +{ + "package_name": "linkifyjs", + "patch_versions": [ + "4.3.2" + ], + "vulnerable_ranges": [ + [ + "4.0.0", + "4.3.1" + ] + ], + "cwe": [ + "CWE-1321" + ], + "tldr": "Affected versions of this package are vulnerable to several potential prototype pollution vulnerabilities, which could allow attackers to manipulate object properties and impact application behavior.", + "doest_this_affect_me": "You are affected if you are using a version which is within vulnerability ranges", + "how_to_fix": "Upgrade the `linkifyjs` library to the patch version.", + "reporter": "", + "vulnerable_to": "Prototype Pollution", + "related_cve_id": "", + "language": "js", + "severity_class": "LOW", + "aikido_score": 32, + "changelog": "https://github.com/nfrasser/linkifyjs/releases/tag/v4.3.2", + "last_modified": "2025-07-29", + "published": "2025-07-29" +}