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
While reading the code in the Azkaban project we (@n33dle and I) identified a vulnerability we wanted to raise. The vulnerability is an XXE vulnerability (https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing) and can be identified in the lines of code below:
azkaban/azkaban-common/src/main/java/azkaban/project/validator/XmlValidatorManager.java
Line 144 in 7efe67b
https://github.com/azkaban/azkaban/blob/master/azkaban-common/src/main/java/azkaban/user/XmlUserManager.java#L110
The text was updated successfully, but these errors were encountered:
reference: https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html
Sorry, something went wrong.
No branches or pull requests
While reading the code in the Azkaban project we (@n33dle and I) identified a vulnerability we wanted to raise. The vulnerability is an XXE vulnerability (https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing) and can be identified in the lines of code below:
azkaban/azkaban-common/src/main/java/azkaban/project/validator/XmlValidatorManager.java
Line 144 in 7efe67b
https://github.com/azkaban/azkaban/blob/master/azkaban-common/src/main/java/azkaban/user/XmlUserManager.java#L110
The text was updated successfully, but these errors were encountered: