mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-j58c-ww9w-pwp5
This commit is contained in:
+34
-5
@@ -1,19 +1,44 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-j58c-ww9w-pwp5",
|
||||
"modified": "2025-04-29T18:30:59Z",
|
||||
"modified": "2025-04-30T14:18:11Z",
|
||||
"published": "2025-04-29T18:30:59Z",
|
||||
"aliases": [
|
||||
"CVE-2025-0716"
|
||||
],
|
||||
"summary": "AngularJS improperly sanitizes SVG elements",
|
||||
"details": "Improper sanitization of the value of the 'href' and 'xlink:href' attributes in '<image>' SVG elements in AngularJS 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 all versions of AngularJS.\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": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L"
|
||||
},
|
||||
{
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "npm",
|
||||
"name": "angular"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.8.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -23,6 +48,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://codepen.io/herodevs/pen/qEWQmpd/a86a0d29310e12c7a3756768e6c7b915"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/angular/angular.js"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.herodevs.com/vulnerability-directory/cve-2025-0716"
|
||||
@@ -32,9 +61,9 @@
|
||||
"cwe_ids": [
|
||||
"CWE-791"
|
||||
],
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "LOW",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-30T14:18:11Z",
|
||||
"nvd_published_at": "2025-04-29T17:15:39Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user