commonly-used-taint-config.sink.injection.apache-Xalan.xpath-injection.README.adoc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tai-e Show documentation
Show all versions of tai-e Show documentation
An easy-to-learn/use static analysis framework for Java
The newest version!
= Description
- **Overview**:
Apache Xalan provides a set of methods for evaluating XPath expressions and selecting nodes within XML documents. These methods enable developers to easily locate, filter, and process specific nodes and data within XML documents.
- **Common Use Cases**:
These APIs are commonly used to parse and execute XPath expressions, returning corresponding results based on the content of XML documents.
- **Security Risks**:
XPath Injection: Similar to SQL injection attacks, attackers can craft malicious XPath expressions to reveal the structure of XML data or access data that would normally be restricted. If the XML data is used for user authentication, attackers could even escalate their privileges.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy