← Back
CWE-482

2 CVEs • Abstraction: Variant • Likelihood of Exploit: Low

Comparing instead of Assigning

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

JSON object

Loading...

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Froxlor
1Froxlor
Jun 17, 2026
Mar 3, 2026
N/A· v4
9.1 CRITICAL· v3
N/A· v2
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....Show more
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.Show less
1Stsaz
1Phiola
Jun 17, 2026
May 1, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
An issue in phiola/src/afilter/pcm_convert.h:513 of phiola v2.0-rc22 allows a remote attacker to execute arbitrary code via the a crafted .wav file.