Security Vulnerability Report
中文
CVE-2026-47315 CVSS 5.5 MEDIUM

CVE-2026-47315

Published: 2026-05-19 08:16:16
Last Modified: 2026-05-19 14:25:40

Description

Improper Check for Unusual or Exceptional Conditions vulnerability in Samsung Open Source Escargot allows Input Data Manipulation. This issue affects Escargot: 590345cc6258317c5da850d846ce6baaf2afc2d3.

CVSS Details

CVSS Score
5.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Configurations (Affected Products)

No configuration data available.

Samsung Open Source Escargot (commit 590345cc6258317c5da850d846ce6baaf2afc2d3)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC for CVE-2026-47315 // Conceptual PoC demonstrating Input Data Manipulation // This script attempts to trigger the improper check vulnerability function triggerEscargotVuln() { // Crafted input designed to hit the exceptional condition path var payload = { type: 'malformed_structure', data: new Array(10000).join('A') // Large input to stress checks }; try { // Simulate processing the input in the vulnerable environment // In a real scenario, this would be processed by the Escargot engine console.log("Sending payload..."); processInput(payload); } catch (e) { console.log("Crashed or Exception occurred: " + e.message); } } triggerEscargotVuln();

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-47315", "sourceIdentifier": "[email protected]", "published": "2026-05-19T08:16:15.853", "lastModified": "2026-05-19T14:25:40.320", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Check for Unusual or Exceptional Conditions vulnerability in Samsung Open Source Escargot allows Input Data Manipulation.\n\nThis issue affects Escargot: 590345cc6258317c5da850d846ce6baaf2afc2d3."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-754"}]}], "references": [{"url": "https://github.com/Samsung/escargot/pull/1565", "source": "[email protected]"}]}}