Back to list

ArchiveBox Vulnerable to RCE via unvalidated per-crawl config overrides in AddView — CVE-2026-42601

GitHub · GitHub · CVE-2026-42601

ID
CVE-2026-42601
Date
Updated
Activity
Source
GitHub
Vendor
GitHub
Threat
critical
CVSS
9.3
EPSS
0.00047

Summary

The /add/ endpoint (AddView in core/views.py) accepts a config JSON field that gets merged into the crawl config without validation. This config is exported as environment variables when archive plugins run, allowing injection of arbitrary tool arguments to achieve RCE. When PUBLIC_ADD_VIEW=True (common for bookmarklet usage), this is exploitable without authentication. The endpoint is also @csrf_exempt. Affected…

Product

pip: archivebox

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories