Search
Find a vulnerability
Search criteria
ⓘ
Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.
2 vulnerabilities by smicallef
CVE-2026-75626 (GCVE-0-2026-75626)
Vulnerability from nvd – Published: 2026-08-18 10:46 – Updated: 2026-08-18 11:18
VLAI
EPSS
VEX
Title
SpiderFoot Stored Cross-Site Scripting via Correlation Titles
Summary
SpiderFoot fails to HTML-escape correlation titles built from external scan data sources including server banners and metadata. Attackers can inject malicious HTML elements with event handlers into correlation results that execute scripts in the operator's browser when the correlations view is opened, potentially stealing API keys.
Severity
9.3 (Critical)
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/smicallef/spiderfoot/issues/2012 | issue-tracking |
| https://github.com/smicallef/spiderfoot | product |
| https://github.com/smicallef/spiderfoot/blob/mast… | technical-description |
| https://www.vulncheck.com/advisories/spiderfoot-s… | third-party-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| smicallef | spiderfoot |
Affected:
0 , ≤ 4.0
(custom)
|
Date Public
2026-06-21 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "spiderfoot",
"repo": "https://github.com/smicallef/spiderfoot",
"vendor": "smicallef",
"versions": [
{
"lessThanOrEqual": "4.0",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "George Chen"
}
],
"datePublic": "2026-06-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "SpiderFoot fails to HTML-escape correlation titles built from external scan data sources including server banners and metadata. Attackers can inject malicious HTML elements with event handlers into correlation results that execute scripts in the operator\u0027s browser when the correlations view is opened, potentially stealing API keys."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-18T11:18:10.294Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #2012",
"tags": [
"issue-tracking"
],
"url": "https://github.com/smicallef/spiderfoot/issues/2012"
},
{
"tags": [
"product"
],
"url": "https://github.com/smicallef/spiderfoot"
},
{
"name": "build_correlation_title in spiderfoot/correlation.py",
"tags": [
"technical-description"
],
"url": "https://github.com/smicallef/spiderfoot/blob/master/spiderfoot/correlation.py"
},
{
"name": "VulnCheck Advisory: SpiderFoot Stored Cross-Site Scripting via Correlation Titles",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/spiderfoot-stored-cross-site-scripting-via-correlation-titles"
}
],
"title": "SpiderFoot Stored Cross-Site Scripting via Correlation Titles",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-75626",
"datePublished": "2026-08-18T10:46:54.005Z",
"dateReserved": "2026-08-18T01:03:25.541Z",
"dateUpdated": "2026-08-18T11:18:10.294Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-75626 (GCVE-0-2026-75626)
Vulnerability from cvelistv5 – Published: 2026-08-18 10:46 – Updated: 2026-08-18 11:18
VLAI
EPSS
VEX
Title
SpiderFoot Stored Cross-Site Scripting via Correlation Titles
Summary
SpiderFoot fails to HTML-escape correlation titles built from external scan data sources including server banners and metadata. Attackers can inject malicious HTML elements with event handlers into correlation results that execute scripts in the operator's browser when the correlations view is opened, potentially stealing API keys.
Severity
9.3 (Critical)
CWE
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/smicallef/spiderfoot/issues/2012 | issue-tracking |
| https://github.com/smicallef/spiderfoot | product |
| https://github.com/smicallef/spiderfoot/blob/mast… | technical-description |
| https://www.vulncheck.com/advisories/spiderfoot-s… | third-party-advisory |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| smicallef | spiderfoot |
Affected:
0 , ≤ 4.0
(custom)
|
Date Public
2026-06-21 00:00
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "spiderfoot",
"repo": "https://github.com/smicallef/spiderfoot",
"vendor": "smicallef",
"versions": [
{
"lessThanOrEqual": "4.0",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "George Chen"
}
],
"datePublic": "2026-06-21T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "SpiderFoot fails to HTML-escape correlation titles built from external scan data sources including server banners and metadata. Attackers can inject malicious HTML elements with event handlers into correlation results that execute scripts in the operator\u0027s browser when the correlations view is opened, potentially stealing API keys."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "NONE",
"attackVector": "NETWORK",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "HIGH",
"subIntegrityImpact": "HIGH",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
},
"format": "CVSS"
},
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.3,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-79",
"description": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-18T11:18:10.294Z",
"orgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"shortName": "VulnCheck"
},
"references": [
{
"name": "GitHub Issue #2012",
"tags": [
"issue-tracking"
],
"url": "https://github.com/smicallef/spiderfoot/issues/2012"
},
{
"tags": [
"product"
],
"url": "https://github.com/smicallef/spiderfoot"
},
{
"name": "build_correlation_title in spiderfoot/correlation.py",
"tags": [
"technical-description"
],
"url": "https://github.com/smicallef/spiderfoot/blob/master/spiderfoot/correlation.py"
},
{
"name": "VulnCheck Advisory: SpiderFoot Stored Cross-Site Scripting via Correlation Titles",
"tags": [
"third-party-advisory"
],
"url": "https://www.vulncheck.com/advisories/spiderfoot-stored-cross-site-scripting-via-correlation-titles"
}
],
"title": "SpiderFoot Stored Cross-Site Scripting via Correlation Titles",
"x_generator": {
"engine": "vulncheck-endgame"
}
}
},
"cveMetadata": {
"assignerOrgId": "83251b91-4cc7-4094-a5c7-464a1b83ea10",
"assignerShortName": "VulnCheck",
"cveId": "CVE-2026-75626",
"datePublished": "2026-08-18T10:46:54.005Z",
"dateReserved": "2026-08-18T01:03:25.541Z",
"dateUpdated": "2026-08-18T11:18:10.294Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}