mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-4p4w-6hg8-63wx
This commit is contained in:
+29
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-4p4w-6hg8-63wx",
|
||||
"modified": "2025-06-04T21:31:14Z",
|
||||
"modified": "2025-06-06T23:38:46Z",
|
||||
"published": "2025-06-04T18:30:58Z",
|
||||
"aliases": [
|
||||
"CVE-2025-2336"
|
||||
],
|
||||
"summary": "AngularJS Incomplete Filtering of Special Elements vulnerability",
|
||||
"details": "Improper sanitization of the value of the 'href' and 'xlink:href' attributes in '<image>' SVG elements in AngularJS's 'ngSanitize' module allows attackers to bypass common image source restrictions. This can lead to a form of Content Spoofing https://owasp.org/www-community/attacks/Content_Spoofing and also negatively affect the application's performance and behavior by using too large or slow-to-load images.\n\nThis issue affects AngularJS versions greater than or equal to 1.3.1.\n\nNote:\nThe AngularJS project is End-of-Life and will not receive any updates to address this issue. For more information see here https://docs.angularjs.org/misc/version-support-status .",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,27 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "npm",
|
||||
"name": "angular-sanitize"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.3.1"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.8.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -23,6 +44,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://codepen.io/herodevs/pen/bNGYaXx/412a3a4218387479898912f60c269c6c"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/angular/angular.js"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.herodevs.com/vulnerability-directory/cve-2025-2336"
|
||||
@@ -37,8 +62,8 @@
|
||||
"CWE-791"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-06-06T23:38:46Z",
|
||||
"nvd_published_at": "2025-06-04T17:15:28Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user