CVE-2024-27480
Unknown Unknown - Not Provided
Insecure File Upload Vulnerability in givanz VvvebJs

Publication date: 2025-12-29

Last updated on: 2025-12-29

Assigner: MITRE

Description
givanz VvvebJs 1.7.2 is vulnerable to Insecure File Upload.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-29
Last Modified
2025-12-29
Generated
2026-06-16
AI Q&A
2025-12-29
EPSS Evaluated
2026-06-14
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
givanz vvebjs 1.7.2
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability in givanz VvvebJs 1.7.2 is an Insecure File Upload issue, which means the software does not properly validate or restrict files that users can upload. This can allow attackers to upload malicious files to the system.

Impact Analysis

This vulnerability can allow attackers to upload malicious files, potentially leading to unauthorized code execution, data compromise, or system takeover.

Detection Guidance

This vulnerability can be detected by attempting to upload files to the `/upload.php` endpoint of the VvvebJs application and checking if arbitrary files can be uploaded and executed. A practical detection method is to use a script or commands that upload a test file (e.g., a PHP file) and then attempt to execute it via a GET request. For example, using curl commands: 1) Upload a file: `curl -F '[email protected]' http://localhost:8080/upload.php` 2) Execute the uploaded file: `curl http://localhost:8080/test.php?0=id` If the response shows command execution output, the vulnerability exists. [1]

Mitigation Strategies

Immediate mitigation steps include disabling or restricting file uploads to the `/upload.php` endpoint, implementing strict server-side validation to allow only safe file types, and applying access controls to prevent unauthorized file execution. Additionally, updating VvvebJs to a version later than 1.7.4 (if available) or applying vendor patches can help remediate the issue. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-27480. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart