Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
6DescriptionCVE.org
A weakness has been identified in code-projects Invoice System in Laravel 1.0. The impacted element is an unknown function of the file /company. This manipulation of the argument logo causes unrestricted upload. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks.
AnalysisAI
Unrestricted file upload in code-projects Invoice System Laravel 1.0 allows authenticated attackers to upload arbitrary files via the logo parameter in the /company endpoint, enabling remote code execution or malicious file distribution. Public exploit code is available, and the vulnerability requires only low-privilege authenticated access with no user interaction.
Technical ContextAI
The vulnerability exists in a Laravel-based invoice management system where file upload functionality lacks proper validation on the logo parameter within the /company endpoint. CWE-284 (Improper Access Control) indicates insufficient authorization checks or validation logic governing file upload operations. The affected product uses Laravel framework (1.0 version), which provides built-in file handling mechanisms that appear to be misconfigured or bypassed in this implementation. The unrestricted upload capability suggests missing file type validation, size restrictions, or storage path sanitization, allowing attackers to write arbitrary files to the web-accessible directory or elsewhere on the server.
RemediationAI
Apply vendor security patch when available; contact code-projects for official guidance at https://code-projects.org/. Immediate workaround: restrict access to the /company endpoint via web application firewall (WAF) or authentication layer to block low-privilege users until patching is feasible. Implement strict file upload validation at the application level: whitelist allowed MIME types (e.g., only image/jpeg, image/png), enforce file size limits (e.g., max 5MB), and store uploads outside the web root or in a non-executable directory with .htaccess/.web.config denying script execution. Rename uploaded files to random identifiers and strip metadata to prevent execution vectors. Monitor /company endpoint access logs for suspicious upload patterns. If the Laravel application runs with file execution permissions in the upload directory, reconfigure directory permissions to remove execute bits (chmod 644) and disable PHP script execution in that directory via web server configuration.
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25804