Skip to content

Commit 604006c

Browse files
1 parent dda1da1 commit 604006c

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

advisories/unreviewed/2025/06/GHSA-4p4w-6hg8-63wx/GHSA-4p4w-6hg8-63wx.json renamed to advisories/github-reviewed/2025/06/GHSA-4p4w-6hg8-63wx/GHSA-4p4w-6hg8-63wx.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4p4w-6hg8-63wx",
4-
"modified": "2025-06-04T21:31:14Z",
4+
"modified": "2025-06-06T23:38:46Z",
55
"published": "2025-06-04T18:30:58Z",
66
"aliases": [
77
"CVE-2025-2336"
88
],
9+
"summary": "AngularJS Incomplete Filtering of Special Elements vulnerability",
910
"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 .",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "angular-sanitize"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.3.1"
29+
},
30+
{
31+
"last_affected": "1.8.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://codepen.io/herodevs/pen/bNGYaXx/412a3a4218387479898912f60c269c6c"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/angular/angular.js"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://www.herodevs.com/vulnerability-directory/cve-2025-2336"
@@ -37,8 +62,8 @@
3762
"CWE-791"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-06-06T23:38:46Z",
4267
"nvd_published_at": "2025-06-04T17:15:28Z"
4368
}
4469
}

0 commit comments

Comments
 (0)