Vulnerabilites related to semver-regex_project - semver-regex
Vulnerability from fkie_nvd
Published
2021-09-15 17:15
Modified
2024-11-21 06:22
Severity ?
Summary
semver-regex is vulnerable to Inefficient Regular Expression Complexity
References
▼ | URL | Tags | |
---|---|---|---|
security@huntr.dev | https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7 | Patch, Third Party Advisory | |
security@huntr.dev | https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28 | Exploit, Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28 | Exploit, Patch, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
semver-regex_project | semver-regex | * | |
semver-regex_project | semver-regex | 4.0.0 |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:semver-regex_project:semver-regex:*:*:*:*:*:*:*:*", matchCriteriaId: "5D108CA7-83E6-4F7D-948D-D0E798BCFDBE", versionEndExcluding: "3.1.3", vulnerable: true, }, { criteria: "cpe:2.3:a:semver-regex_project:semver-regex:4.0.0:*:*:*:*:*:*:*", matchCriteriaId: "DDB55FE1-B64B-4E67-A89E-0D4FBF9ADE91", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "semver-regex is vulnerable to Inefficient Regular Expression Complexity", }, { lang: "es", value: "semver-regex es vulnerable a una Complejidad de Expresión Regular Ineficiente", }, ], id: "CVE-2021-3795", lastModified: "2024-11-21T06:22:27.370", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "PARTIAL", baseScore: 5, confidentialityImpact: "NONE", integrityImpact: "NONE", vectorString: "AV:N/AC:L/Au:N/C:N/I:N/A:P", version: "2.0", }, exploitabilityScore: 10, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV30: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "security@huntr.dev", type: "Secondary", }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2021-09-15T17:15:10.577", references: [ { source: "security@huntr.dev", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", }, { source: "security@huntr.dev", tags: [ "Exploit", "Patch", "Third Party Advisory", ], url: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Patch", "Third Party Advisory", ], url: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", }, ], sourceIdentifier: "security@huntr.dev", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-1333", }, ], source: "security@huntr.dev", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-1333", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
Vulnerability from fkie_nvd
Published
2022-06-02 14:15
Modified
2024-11-21 06:29
Severity ?
5.9 (Medium) - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
7.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method
References
▼ | URL | Tags | |
---|---|---|---|
reefs@jfrog.com | https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/ | Exploit, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/ | Exploit, Third Party Advisory |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
semver-regex_project | semver-regex | * | |
semver-regex_project | semver-regex | * |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:a:semver-regex_project:semver-regex:*:*:*:*:*:*:*:*", matchCriteriaId: "B530AB51-E31B-4C43-8F6B-2ABEBBE6FB21", versionEndExcluding: "3.1.4", vulnerable: true, }, { criteria: "cpe:2.3:a:semver-regex_project:semver-regex:*:*:*:*:*:*:*:*", matchCriteriaId: "ECF2F895-5C11-48C9-9AE6-A0F79400674F", versionEndExcluding: "4.0.3", versionStartIncluding: "4.0.0", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method", }, { lang: "es", value: "Una ReDoS exponencial (Denegación de Servicio por Expresión Regular) puede ser desencadenada en el paquete npm semver-regex, cuando un atacante es capaz de suministrar una entrada arbitraria al método test()", }, ], id: "CVE-2021-43307", lastModified: "2024-11-21T06:29:03.153", metrics: { cvssMetricV2: [ { acInsufInfo: false, baseSeverity: "MEDIUM", cvssData: { accessComplexity: "LOW", accessVector: "NETWORK", authentication: "NONE", availabilityImpact: "PARTIAL", baseScore: 5, confidentialityImpact: "NONE", integrityImpact: "NONE", vectorString: "AV:N/AC:L/Au:N/C:N/I:N/A:P", version: "2.0", }, exploitabilityScore: 10, impactScore: 2.9, obtainAllPrivilege: false, obtainOtherPrivilege: false, obtainUserPrivilege: false, source: "nvd@nist.gov", type: "Primary", userInteractionRequired: false, }, ], cvssMetricV31: [ { cvssData: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 2.2, impactScore: 3.6, source: "reefs@jfrog.com", type: "Secondary", }, { cvssData: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2022-06-02T14:15:30.987", references: [ { source: "reefs@jfrog.com", tags: [ "Exploit", "Third Party Advisory", ], url: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Exploit", "Third Party Advisory", ], url: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", }, ], sourceIdentifier: "reefs@jfrog.com", vulnStatus: "Modified", weaknesses: [ { description: [ { lang: "en", value: "CWE-1333", }, ], source: "reefs@jfrog.com", type: "Secondary", }, { description: [ { lang: "en", value: "CWE-1333", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
cve-2021-3795
Vulnerability from cvelistv5
Published
2021-09-15 16:23
Modified
2024-08-03 17:09
Severity ?
EPSS score ?
Summary
semver-regex is vulnerable to Inefficient Regular Expression Complexity
References
▼ | URL | Tags |
---|---|---|
https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28 | x_refsource_CONFIRM | |
https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7 | x_refsource_MISC |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
sindresorhus | sindresorhus/semver-regex |
Version: unspecified < 4.0.1 Version: unspecified < 3.1.3 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-03T17:09:08.695Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_CONFIRM", "x_transferred", ], url: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", }, { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "sindresorhus/semver-regex", vendor: "sindresorhus", versions: [ { lessThan: "4.0.1", status: "affected", version: "unspecified", versionType: "custom", }, { lessThan: "3.1.3", status: "affected", version: "unspecified", versionType: "custom", }, { status: "unaffected", version: "3.1.3", }, ], }, ], descriptions: [ { lang: "en", value: "semver-regex is vulnerable to Inefficient Regular Expression Complexity", }, ], metrics: [ { cvssV3_0: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-1333", description: "CWE-1333 Inefficient Regular Expression Complexity", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2021-09-15T16:23:49", orgId: "c09c270a-b464-47c1-9133-acb35b22c19a", shortName: "@huntrdev", }, references: [ { tags: [ "x_refsource_CONFIRM", ], url: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", }, { tags: [ "x_refsource_MISC", ], url: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", }, ], source: { advisory: "006624e3-35ac-448f-aab9-7b5183f30e28", discovery: "EXTERNAL", }, title: "Inefficient Regular Expression Complexity in sindresorhus/semver-regex", x_legacyV4Record: { CVE_data_meta: { ASSIGNER: "security@huntr.dev", ID: "CVE-2021-3795", STATE: "PUBLIC", TITLE: "Inefficient Regular Expression Complexity in sindresorhus/semver-regex", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "sindresorhus/semver-regex", version: { version_data: [ { version_affected: "<", version_value: "4.0.1", }, { version_affected: "<", version_value: "3.1.3", }, { version_affected: "!", version_value: "3.1.3", }, ], }, }, ], }, vendor_name: "sindresorhus", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "semver-regex is vulnerable to Inefficient Regular Expression Complexity", }, ], }, impact: { cvss: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.0", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-1333 Inefficient Regular Expression Complexity", }, ], }, ], }, references: { reference_data: [ { name: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", refsource: "CONFIRM", url: "https://huntr.dev/bounties/006624e3-35ac-448f-aab9-7b5183f30e28", }, { name: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", refsource: "MISC", url: "https://github.com/sindresorhus/semver-regex/commit/11c66245f4e1976dccc52977ed183696a21a3fd7", }, ], }, source: { advisory: "006624e3-35ac-448f-aab9-7b5183f30e28", discovery: "EXTERNAL", }, }, }, }, cveMetadata: { assignerOrgId: "c09c270a-b464-47c1-9133-acb35b22c19a", assignerShortName: "@huntrdev", cveId: "CVE-2021-3795", datePublished: "2021-09-15T16:23:49", dateReserved: "2021-09-11T00:00:00", dateUpdated: "2024-08-03T17:09:08.695Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }
cve-2021-43307
Vulnerability from cvelistv5
Published
2022-06-01 16:47
Modified
2024-09-17 00:35
Severity ?
EPSS score ?
Summary
An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method
References
▼ | URL | Tags |
---|---|---|
https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/ | x_refsource_MISC |
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
semver-regex | semver-regex |
Version: unspecified < 3.1.4 |
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-04T03:55:28.496Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_refsource_MISC", "x_transferred", ], url: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", }, ], title: "CVE Program Container", }, ], cna: { affected: [ { product: "semver-regex", vendor: "semver-regex", versions: [ { changes: [ { at: "4.0.3", status: "unaffected", }, ], lessThan: "3.1.4", status: "affected", version: "unspecified", versionType: "custom", }, ], }, ], credits: [ { lang: "en", value: "Denys Vozniuk from JFrog Security Research", }, ], datePublic: "2022-05-29T00:00:00", descriptions: [ { lang: "en", value: "An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method", }, ], metrics: [ { cvssV3_1: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, }, ], problemTypes: [ { descriptions: [ { cweId: "CWE-1333", description: "CWE-1333 Inefficient Regular Expression Complexity", lang: "en", type: "CWE", }, ], }, ], providerMetadata: { dateUpdated: "2022-06-01T16:47:38", orgId: "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d", shortName: "JFROG", }, references: [ { tags: [ "x_refsource_MISC", ], url: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", }, ], source: { discovery: "EXTERNAL", }, title: "Exponential ReDoS in semver-regex", x_generator: { engine: "Vulnogram 0.0.9", }, x_legacyV4Record: { CVE_data_meta: { AKA: "", ASSIGNER: "security@jfrog.com", DATE_PUBLIC: "2022-05-29T23:05:00.000Z", ID: "CVE-2021-43307", STATE: "PUBLIC", TITLE: "Exponential ReDoS in semver-regex", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "semver-regex", version: { version_data: [ { platform: "", version_affected: "<", version_name: "", version_value: "3.1.4", }, { platform: "", version_affected: "<", version_name: "", version_value: "4.0.3", }, ], }, }, ], }, vendor_name: "semver-regex", }, ], }, }, configuration: [], credit: [ { lang: "eng", value: "Denys Vozniuk from JFrog Security Research", }, ], data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "An exponential ReDoS (Regular Expression Denial of Service) can be triggered in the semver-regex npm package, when an attacker is able to supply arbitrary input to the test() method", }, ], }, exploit: [], generator: { engine: "Vulnogram 0.0.9", }, impact: { cvss: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-1333 Inefficient Regular Expression Complexity", }, ], }, ], }, references: { reference_data: [ { name: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", refsource: "MISC", url: "https://research.jfrog.com/vulnerabilities/semver-regex-redos-xray-211349/", }, ], }, solution: [], source: { advisory: "", defect: [], discovery: "EXTERNAL", }, work_around: [], }, }, }, cveMetadata: { assignerOrgId: "48a46f29-ae42-4e1d-90dd-c1676c1e5e6d", assignerShortName: "JFROG", cveId: "CVE-2021-43307", datePublished: "2022-06-01T16:47:38.625940Z", dateReserved: "2021-11-03T00:00:00", dateUpdated: "2024-09-17T00:35:50.984Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", }