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

XXE in Osmand #8711

Closed
prodigysml opened this issue Mar 25, 2020 · 1 comment
Closed

XXE in Osmand #8711

prodigysml opened this issue Mar 25, 2020 · 1 comment

Comments

@prodigysml
Copy link

While reading the code in the Osmand 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:

https://github.com/osmandapp/Osmand/blob/963acad11fd80c24549cfcfa3b9596769864696a/OsmAnd-java/src/main/java/net/osmand/binary/BinaryMapIndexReader.java#L2205-L2219

@vshcherb
Copy link
Member

vshcherb commented May 8, 2020

It's quite interesting finding, though it is a place of a test method and it is not used at all.

@vshcherb vshcherb closed this as completed May 8, 2020
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