Angular JS Angular JavaScript Framework
Products by Angular JS Sorted by Most Security Vulnerabilities since 2018
By the Year
In 2024 there have been 2 vulnerabilities in Angular JS with an average score of 4.3 out of ten. Last year Angular JS had 3 security vulnerabilities published. Right now, Angular JS is on track to have less security vulnerabilities in 2024 than it did last year. Last year, the average CVE base score was greater by 1.00
Year | Vulnerabilities | Average Score |
---|---|---|
2024 | 2 | 4.30 |
2023 | 3 | 5.30 |
2022 | 2 | 6.80 |
2021 | 0 | 0.00 |
2020 | 2 | 5.75 |
2019 | 1 | 7.50 |
2018 | 0 | 0.00 |
It may take a day or so for new Angular JS vulnerabilities to show up in the stats or in the list of recent security vulnerabilties. Additionally vulnerabilities may be tagged under a different product or component name.
Recent Angular JS Security Vulnerabilities
Improper sanitization of the value of the [srcset] attribute in <source> HTML elements in AngularJS
CVE-2024-8373
4.3 - Medium
- September 09, 2024
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 .
Improper sanitization of the value of the '[srcset]' attribute in AngularJS
CVE-2024-8372
4.3 - Medium
- September 09, 2024
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 .
Versions of the package angular from 1.4.9 are vulnerable to Regular Expression Denial of Service (ReDoS)
CVE-2023-26118
5.3 - Medium
- March 30, 2023
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.
ReDoS
Versions of the package angular from 1.0.0 are vulnerable to Regular Expression Denial of Service (ReDoS)
CVE-2023-26117
5.3 - Medium
- March 30, 2023
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.
ReDoS
Versions of the package angular from 1.2.21 are vulnerable to Regular Expression Denial of Service (ReDoS)
CVE-2023-26116
5.3 - Medium
- March 30, 2023
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.
ReDoS
All versions of package angular are vulnerable to Cross-site Scripting (XSS) due to insecure page caching in the Internet Explorer browser, which
CVE-2022-25869
6.1 - Medium
- July 15, 2022
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.
XSS
The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service (ReDoS) by providing a custom locale rule
CVE-2022-25844
7.5 - High
- May 01, 2022
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.
ReDoS
angular.js prior to 1.8.0 allows cross site scripting
CVE-2020-7676
5.4 - Medium
- June 08, 2020
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.
XSS
There is a vulnerability in all angular versions before 1.5.0-beta.0
CVE-2019-14863
6.1 - Medium
- January 02, 2020
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.
XSS
In AngularJS before 1.7.9 the function `merge()` could be tricked into adding or modifying properties of `Object.prototype` using a `__proto__` payload.
CVE-2019-10768
7.5 - High
- November 19, 2019
In AngularJS before 1.7.9 the function `merge()` could be tricked into adding or modifying properties of `Object.prototype` using a `__proto__` payload.
Prototype Pollution