Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The AngularJS version in use is outdated #46

Open
borisovara opened this issue May 12, 2023 · 1 comment
Open

The AngularJS version in use is outdated #46

borisovara opened this issue May 12, 2023 · 1 comment

Comments

@borisovara
Copy link

We have noticed that the used AngularJS version is pretty old and full of vulnerabilities.

Currently, AngularJS v1.0.6 version is used, here is a list with some of the vulnerabilities:

  • CVE-2019-10768
    • Description: 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-14863
    • Description: 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.
  • CVE-2020-7676
    • Description: 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.

It would be highly appreciated if we can release a new version including angular upgrade.

As a bare minimum, AngularJS 1.8.0 should be used, IMO.

@szajbus
Copy link
Member

szajbus commented May 19, 2023

Hi @borisovara, thank you for reporting it.

This project is not actively maintained, buy if you can make a pull request upgrading AngularJS version, I'll be happy to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants