mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-4w4v-5hc9-xrr2
This commit is contained in:
+27
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-4w4v-5hc9-xrr2",
|
||||
"modified": "2024-02-10T06:30:19Z",
|
||||
"modified": "2024-02-13T15:08:21Z",
|
||||
"published": "2024-02-10T06:30:19Z",
|
||||
"aliases": [
|
||||
"CVE-2024-21490"
|
||||
],
|
||||
"summary": "angular vulnerable to super-linear runtime due to backtracking",
|
||||
"details": "This affects versions of the package angular from 1.3.0. A regular expression used to split the value of the ng-srcset directive is vulnerable to super-linear runtime due to backtracking. With a large carefully-crafted input, this can result in catastrophic backtracking and cause a denial of service. \n\n\n**Note:**\n\nThis package is EOL and will not receive any updates to address this issue. Users should migrate to [@angular/core](https://www.npmjs.com/package/@angular/core).",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,13 +15,35 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "npm",
|
||||
"name": "angular"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.3.0"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.8.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21490"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/angular/angular.js"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.snyk.io/vuln/SNYK-JS-ANGULAR-6091113"
|
||||
@@ -35,8 +58,8 @@
|
||||
"CWE-1333"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-02-13T15:08:21Z",
|
||||
"nvd_published_at": "2024-02-10T05:15:08Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user