Vuln Signal Radar
public-safe defensive signal
HIGHpublic-safe

CVE-2026-52851

NVD: Traccar is an open source GPS tracking system. NVD: Prior to 6.14.0, an authenticated, non-readonly user with access to an object usable in a permission pair can submit DELETE /api/permissions with an extra attacker-controlled JSON key. NVD: Permission(LinkedHashMap<String, Long>) in src/main/java/org/traccar/model/Permission.java validates only the first two keys, but DatabaseStorage.removePermission() in src/main/java/org/traccar/storage/DatabaseStorage.java concatenates every map key into the...

CVSS
7.1
Severity
HIGH
EPSS
0.0039 (30)
KEV
-

Source-published summary

NVD: Traccar is an open source GPS tracking system. NVD: Prior to 6.14.0, an authenticated, non-readonly user with access to an object usable in a permission pair can submit DELETE /api/permissions with an extra attacker-controlled JSON key. NVD: Permission(LinkedHashMap<String, Long>) in src/main/java/org/traccar/model/Permission.java validates only the first two keys, but DatabaseStorage.removePermission() in src/main/java/org/traccar/storage/DatabaseStorage.java concatenates every map key into the...

Possible impact

Source describes SQL injection risk. Possible impact: An attacker may be able to read or change database-backed application data.

Affected context

Affected product or version requires source confirmation.

Remediation / advisory

Patch confirmed by source text; fixed version context: 6.14.0..

Why it matters

Source describes SQL injection risk. Possible impact: An attacker may be able to read or change database-backed application data.; CVSS 7.1 (HIGH); EPSS percentile 30; not listed in KEV; Patch confirmed by source text; fixed version context: 6.14.0; sources: NVD, OSV.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

exposure unknown

Impact tags

SQL injection risk

Urgency reasons

CVSS HIGHvendor advisory presentrecent updateremediation reference present

Source-derived note

Summary derived from NVD / OSV description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references