Version 1.8.3

angular

AngularJS - HTML enhanced for web apps!

Install Instructions

npm install angular
Current Version Release Date April 07, 2022
Package URL (purl) pkg:npm/angular@1.8.3

Find angular vulnerabilities in your supply chain.

Scan for Free

angular Vulnerabilities

Sort by
icon CVE (Latest)
  • icon CVE (Latest)
  • icon CVE (Oldest)
  • icon CVSS Score (Highest)
  • icon CVSS Score (Lowest)
CVE question mark icon CVSS Score question mark icon CWE(s) question mark icon EPSS Score question mark icon EPSS % question mark icon Impacted Versions
CVE-2019-10768 High 7.5 CWE-915, CWE-20, CWE-1321 0.00115 0.4664
  • 1.0.0–1.7.8
  • 0.0.1–0.0.4
CVE-2019-14863 Medium 6.1 CWE-79 0.00066 0.31038
  • 1.0.0–1.5.0-beta.0
  • 0.0.1–0.0.4
CVE-2020-7676 Medium 5.4 CWE-79 0.00152 0.527
  • 1.0.0–1.7.9
  • 0.0.1–0.0.4
CVE-2022-25844 High 7.5 CWE-1333, CWE-770 0.01458 0.87232
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2022-25869 Medium 6.1 CWE-79 0.00496 0.76955
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2023-26116 Medium 5.3 CWE-1333 0.0027 0.68607
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2023-26117 Medium 5.3 CWE-1333 0.0027 0.68607
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2023-26118 Medium 5.3 CWE-1333 0.00284 0.6941
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2024-21490 High 7.5 CWE-1333 0.00052 0.21746
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2024-8373 Medium 4.3 CWE-791 0.00046 0.18605
  • 1.0.0–1.8.3
  • 0.0.1–0.0.4
CVE-2024-8372 Medium 4.3 CWE-1289 0.00046 0.18605
  • 1.3.0–1.8.3

angular Vulnerability Remediation Guidance

CVE Description Full list of Impacted Versions Fix
CVE-2024-8373 Improper sanitization of the value of the [srcset] attribute in <source> HTML elements in AngularJS allows attackers to bypass common image source restrictions, which can also lead to a form of Content Spoofing https://owasp.org/www-community/attacks/Content_Spoofing . This issue affects all versions of AngularJS. Note: The 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 . 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2024-8372 Improper sanitization of the value of the '[srcset]' attribute in AngularJS allows attackers to bypass common image source restrictions, which can also lead to a form of Content Spoofing https://owasp.org/www-community/attacks/Content_Spoofing . This issue affects AngularJS versions 1.3.0-rc.4 and greater. Note: The 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 . 1.3.17, 1.7.3, 1.6.7, 1.5.0-beta.0, 1.7.9, 1.8.1, 1.5.2, 1.3.16 (Show all) Patch → NO_SAFE_VERSION
CVE-2024-21490 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 large carefully-crafted input, this can result in catastrophic backtracking and cause a denial of service. **Note:** This 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). 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2023-26118 Versions of the package angular from 1.4.9 are vulnerable to Regular Expression Denial of Service (ReDoS) via the <input type="url"> element due to the usage of an insecure regular expression in the input[url] functionality. Exploiting this vulnerability is possible by a large carefully-crafted input, which can result in catastrophic backtracking. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2023-26117 Versions of the package angular from 1.0.0 are vulnerable to Regular Expression Denial of Service (ReDoS) via the $resource service due to the usage of an insecure regular expression. Exploiting this vulnerability is possible by a large carefully-crafted input, which can result in catastrophic backtracking. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2023-26116 Versions of the package angular from 1.2.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the angular.copy() utility function due to the usage of an insecure regular expression. Exploiting this vulnerability is possible by a large carefully-crafted input, which can result in catastrophic backtracking. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2022-25869 All versions of package angular are vulnerable to Cross-site Scripting (XSS) due to insecure page caching in the Internet Explorer browser, which allows interpolation of <textarea> elements. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2022-25844 The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service (ReDoS) by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat() of NUMBER_FORMATS.PATTERNS[1].posPre with a very high value. **Note:** 1) This package has been deprecated and is no longer maintained. 2) The vulnerable versions are 1.7.0 and higher. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2020-7676 angular.js prior to 1.8.0 allows cross site scripting. The regex-based input HTML replacement may turn sanitized code into unsanitized one. Wrapping "<option>" elements in "<select>" ones changes parsing behavior, leading to possibly unsanitizing code. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.7.9 (Show all) Patch → NO_SAFE_VERSION
CVE-2019-14863 There is a vulnerability in all angular versions before 1.5.0-beta.0, where after escaping the context of the web application, the web application delivers data to its users along with other trusted dynamic content, without validating it. 1.2.11, 1.2.22, 1.3.17, 1.0.3, 1.5.0-beta.0, 1.2.13, 1.0.7, 1.2.1 (Show all) Patch → NO_SAFE_VERSION
CVE-2019-10768 In AngularJS before 1.7.9 the function `merge()` could be tricked into adding or modifying properties of `Object.prototype` using a `__proto__` payload. 1.2.11, 1.2.22, 1.3.17, 1.7.3, 1.6.7, 1.0.3, 1.5.0-beta.0, 1.2.13 (Show all) Patch → NO_SAFE_VERSION

Instantly see if these angular vulnerabilities affect your code.

Scan for Free