CVE-2024-25183
Unknown Unknown - Not Provided

Directory Traversal in givanz VvvebJs 1.7.2 via scan.php

Vulnerability report for CVE-2024-25183, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-29

Last updated on: 2025-12-29

Assigner: MITRE

Description

givanz VvvebJs 1.7.2 is vulnerable to Directory Traversal via scan.php.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-29
Last Modified
2025-12-29
Generated
2026-07-06
AI Q&A
2025-12-29
EPSS Evaluated
2026-07-05
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 a Directory Traversal issue via the scan.php file. This means an attacker could manipulate file paths to access directories and files outside the intended scope, potentially exposing sensitive information or system files.

Detection Guidance

You can detect this vulnerability by sending a crafted POST request to the /scan.php endpoint with the mediaPath parameter containing directory traversal sequences such as multiple '../'. For example, using curl: curl -X POST -d "mediaPath=../../../../../../../../../../../../../etc" http://<target>/scan.php. If the server responds with directory contents (e.g., contents of /etc), the system is vulnerable. [1]

Mitigation Strategies

Immediate mitigation steps include restricting or disabling access to the /scan.php endpoint, validating and sanitizing the mediaPath parameter to prevent directory traversal sequences, and updating VvvebJs to a version later than 1.7.4 where the vulnerability is fixed. [1]

Impact Analysis

This vulnerability could allow an attacker to access unauthorized files on the server, which may lead to information disclosure, compromise of system integrity, or further exploitation of the system.

Chat Assistant

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

EPSS Chart