CWE-482Variant

Comparing instead of Assigning

Draft in the CWE catalog · 1 CVE mapped

1
CVEs mapped
9.1
Median CVSS
What it is

The code uses an operator for comparison when the intention was to perform an assignment.

Recent examples
9.1cvss
CVE-2026-26279

Froxlor Admin-to-Root Privilege Escalation via Input Validation Bypass + OS Command Injection

Froxlor is open source server administration software. Prior to 2.3.4, a typo in Froxlor's input validation code (== instead of =) completely disables email format checking for all settings fields declared as email type. This allows an authenticated admin to store arbitrary strings in the panel.adminmail setting. This value is later concatenated into a shell command executed as root by a cron job, where the pipe character | is explicitly whitelisted. The result is full root-level Remote Code Execution. This vulnerability is fixed in 2.3.4.

CRITICALno explanation yet
1%
epss
The record
Technical detail
CWE ID
CWE-482
Abstraction
Variant
Structure
Simple
Status
Draft
References (1)