Skip to content

Commit

Permalink
Merge pull request #822 from github/jeran-urban-GHSA-hhq3-ff78-jv3g
Browse files Browse the repository at this point in the history
  • Loading branch information
advisory-database[bot] committed Nov 15, 2022
2 parents 45e0086 + 0007600 commit 022cba3
Showing 1 changed file with 68 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,77 @@
{
"schema_version": "1.3.0",
"id": "GHSA-hhq3-ff78-jv3g",
"modified": "2022-10-14T12:00:22Z",
"modified": "2022-11-15T04:56:37Z",
"published": "2022-10-12T12:00:27Z",
"aliases": [
"CVE-2022-37599"
],
"details": "A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js.",
"summary": "A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js.",
"details": "CVE Description\nA Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js.\n\nImpact\nA badly or maliciously formed string could be used to send crafted requests that cause a system to crash or take a disproportional amount of time to process\n\nPatches\nImproved regex against CVE-2022-37603 used to no longer have the same vulnerabilities, addressing this issue as well.\n\nWorkarounds\nNone.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"affected": [

{
"package": {
"ecosystem": "npm",
"name": "loader-utils"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.4.2"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "loader-utils"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "2.0.4"
}
]
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "loader-utils"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "3.0.0"
},
{
"fixed": "3.2.1"
}
]
}
]
}
],
"references": [
{
Expand All @@ -25,6 +82,14 @@
"type": "WEB",
"url": "https://github.com/webpack/loader-utils/issues/211"
},
{
"type": "WEB",
"url": "https://github.com/webpack/loader-utils/issues/216"
},
{
"type": "PACKAGE",
"url": "https://github.com/webpack/loader-utils"
},
{
"type": "WEB",
"url": "https://github.com/webpack/loader-utils/blob/d9f4e23cf411d8556f8bac2d3bf05a6e0103b568/lib/interpolateName.js#L38"
Expand Down

0 comments on commit 022cba3

Please sign in to comment.