Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"schema_version": "1.4.0",
"id": "GHSA-c2qf-rxjj-qqgw",
"modified": "2023-07-10T22:57:56Z",
"modified": "2023-07-10T22:57:58Z",
"published": "2023-06-21T06:30:28Z",
"aliases": [
"CVE-2022-25883"
],
"summary": "semver vulnerable to Regular Expression Denial of Service",
"details": "Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.",
"details": "Versions of the package semver before 7.5.2, patched in 7.5.3, on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
"score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L"
}
],
"affected": [
Expand All @@ -20,11 +20,6 @@
"ecosystem": "npm",
"name": "semver"
},
"ecosystem_specific": {
"affected_functions": [
"semver.Range"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
Expand All @@ -33,22 +28,20 @@
"introduced": "7.0.0"
},
{
"fixed": "7.5.2"
"fixed": "7.5.4"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 7.5.2"
}
},
{
"package": {
"ecosystem": "npm",
"name": "semver"
},
"ecosystem_specific": {
"affected_functions": [
"semver.Range"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
Expand All @@ -68,11 +61,6 @@
"ecosystem": "npm",
"name": "semver"
},
"ecosystem_specific": {
"affected_functions": [
"semver.Range"
]
},
"ranges": [
{
"type": "ECOSYSTEM",
Expand Down