Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2493+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-75626: SpiderFoot Stored XSS via Unsanitized Correlation Titles
CVE-2026-75626: SpiderFoot Stored XSS via Unsanitized Correlation Titles

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-75626

CVE-2026-75626: SpiderFoot Stored XSS via Unsanitized Correlation Titles

SpiderFoot fails to HTML-escape correlation titles from external scan data, enabling stored XSS attacks that execute scripts in the operator's browser.

Dylan H.

Security Team

August 19, 2026
3 min read

Affected Products

  • SpiderFoot (all versions prior to patch)

Overview

A critical stored cross-site scripting (XSS) vulnerability has been disclosed in SpiderFoot, the widely used open-source OSINT automation framework. Tracked as CVE-2026-75626 with a CVSS score of 9.3, the flaw allows attackers to inject malicious HTML into scan correlation results that execute in the operator's browser without any interaction beyond opening the correlations view.

SpiderFoot is used by penetration testers, threat intelligence analysts, and security operations teams to automate reconnaissance — making this class of vulnerability particularly impactful, as operators regularly ingest data from untrusted external sources.

Vulnerability Details

The root cause is a failure to HTML-escape correlation titles built from external scan data sources. SpiderFoot ingests data from sources such as server banners, DNS records, certificate metadata, and other host-derived artifacts. When these values are incorporated into correlation result titles, they are written directly into the HTML of the web interface without sanitization.

An attacker controlling a server that SpiderFoot scans can craft a malicious banner or metadata value containing HTML event handlers (e.g. onmouseover, onerror, onload). When the SpiderFoot operator opens the correlations view, the injected script executes in their browser session.

Attack vector:

  1. Attacker runs a server with a crafted HTTP Server: banner or certificate CN containing a script payload
  2. Operator runs a SpiderFoot scan that reaches the attacker-controlled host
  3. Operator opens the correlations view — injected script fires in the operator's browser

Impact: The XSS executes in the context of the operator's authenticated SpiderFoot session, potentially allowing:

  • Session token theft
  • Exfiltration of scan data and API keys stored in the interface
  • Redirection to attacker-controlled pages
  • Further lateral movement if SpiderFoot is deployed on an internal network

CVSS Breakdown

MetricValue
Base Score9.3 (Critical)
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionRequired (operator views correlations)
ScopeChanged
ConfidentialityHigh
IntegrityHigh
AvailabilityLow

Affected Software

  • SpiderFoot — all versions that do not apply the HTML-escaping fix to correlation title rendering

Remediation

  • Apply the vendor patch as soon as it is released via the official SpiderFoot GitHub repository
  • As an interim measure, avoid running SpiderFoot scans against untrusted or adversarial infrastructure until patched
  • Restrict access to the SpiderFoot web interface to trusted networks only (do not expose to the internet)
  • Review recent correlation views for suspicious content if you have scanned externally controlled hosts

References

  • NVD — CVE-2026-75626
  • SpiderFoot GitHub Repository
#CVE-2026-75626#SpiderFoot#XSS#Stored Injection#OSINT#Vulnerability

Related Articles

SiYuan Stored XSS via Database Menu Metadata (CVE-2026-73042)

SiYuan before v3.7.4 fails to escape database menu metadata, enabling stored XSS in group, view, and field-edit menus. CVSS 9.0 Critical.

3 min read

SiYuan Column Width API Stored XSS (CVE-2026-73044)

SiYuan before v3.7.4 allows stored XSS via unescaped table column width values in style attributes. CVSS 9.0 Critical. Patch to v3.7.4.

3 min read

SiYuan Stored XSS via Select Option Color Field (CVE-2026-73050)

SiYuan before v3.7.4 fails to escape the color field in attribute-view select options, enabling stored XSS at eight render sites. CVSS 9.0.

4 min read
Back to all Security Alerts