CVE-2016-0793: Infoleak

Published Feb 9, 2016
·
Updated

An information disclosure of the content of restricted files WEB-INF and META-INF via filter mechanism was reported. Servlet filter restriction mechanism is enforced by two code checks:

if (path.startsWith("/META-INF") || path.startsWith("META-INF") || path.startsWith("/WEB-INF") || path.startsWith("WEB-INF")) { return false; }

private boolean isForbiddenPath(String path) { return path.equalsIgnoreCase("/meta-inf/") || path.regionMatches(true, 0, "/web-inf/", 0, "/web-inf/".length()); }

which can be bypassed using lower case and adding meaningless character to path.

Other sources

Incomplete blacklist vulnerability in the servlet filter restriction mechanism in WildFly (formerly JBoss Application Server) before 10.0.0.Final on Windows allows remote attackers to read the sensitive files in the (1) WEB-INF or (2) META-INF directory via a request that contains (a) lowercase or (b) "meaningless" characters.

MITRE

Affected Software

6 affected componentsFixes available
redhat Jboss Wildfly Application Server=10.0.0
Microsoft Windows
maven/org.wildfly:wildfly-undertow<10.0.0.Final
10.0.0.Final
maven/org.wildfly:wildfly-parent<10.0.0.Final
10.0.0.Final
All of the following
redhat Jboss Wildfly Application Server=10.0.0
Microsoft Windows

Event History

Feb 9, 2016
Data Sourced
via Red Hat·04:16 PM
DescriptionSeverityAffected Software
Apr 1, 2016
CVE Published
via MITRE·07:00 PM
Data Sourced
via MITRE·07:00 PM
Description
May 14, 2022
Advisory Published
via GitHub·03:25 AM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2016-0793?

CVE-2016-0793 is classified as a medium severity vulnerability due to the potential information disclosure of restricted file contents.

2

How do I fix CVE-2016-0793?

To mitigate CVE-2016-0793, users should upgrade to a patched version of Red Hat JBoss WildFly Application Server.

3

What types of files are affected by CVE-2016-0793?

CVE-2016-0793 specifically exposes the contents of restricted files located in the WEB-INF and META-INF directories.

4

Which versions of Red Hat JBoss WildFly are vulnerable to CVE-2016-0793?

CVE-2016-0793 affects version 10.0.0 of Red Hat JBoss WildFly Application Server.

5

Is Microsoft Windows affected by CVE-2016-0793?

No, Microsoft Windows itself is not affected by CVE-2016-0793.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203