Path TraversalWeakness · CWE-22

CVE-2025-49448

HIGH · 8.6 CVSS v3.1 Published 2025-06-27
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability in Fastw3b LLC FW Food Menu allows Path Traversal. This issue affects FW Food Menu : from n/a through 6.0.0.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

This is a path traversal vulnerability in FW Food Menu that allows attackers to access files outside the restricted directory by manipulating file paths with '..' sequences. The vulnerability exists in file handling operations within the application, potentially allowing unauthorized access to sensitive system files.

MitigationImplement strict input validation on all file path parameters, use realpath() to resolve and validate canonical paths, and ensure user-supplied paths are constrained within allowed directories.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify FW Food Menu installation and version
    Locate the application's main entry point or configuration file to determine the exact version number of FW Food Menu installed in your environment
    Affected if The installed version falls within any vulnerable release range or cannot be determined (unknown/unsupported versions)
  2. Confirm file handling functionality is exposed
    Identify whether the application exposes any file upload, download, export, or file-serving endpoints that accept user-controlled path parameters
    Affected if File handling features that accept path input from users are accessible without additional authentication barriers
  3. Inspect file path input handling
    Review application source code or intercept HTTP requests to identify endpoints that process file path parameters and check if they use path traversal sequences in user input
    Affected if User-supplied input is directly used in file path operations without sanitization or validation using functions like realpath()
  4. Test for path traversal in file operations
    If you have access to testing, attempt to access files using '../' sequences in path parameters (e.g., ../../etc/passwd) to observe if the application returns files outside the intended directory
    Affected if The application returns files or directory contents from paths outside the documented/restricted directory when traversal sequences are provided
  5. Review server configuration and access controls
    Check if the web server or application configuration restricts file access to specific directories and whether the application runs with elevated privileges that could expose sensitive system files
    Affected if The application runs with permissions that could allow access to sensitive system files when path traversal succeeds

You are affected if FW Food Menu with vulnerable file handling functionality is running and accepts user input in file path parameters without proper path traversal validation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement strict input validation on all file path parameters, use realpath() to resolve and validate canonical paths, and ensure user-supplied paths are constrained within allowed directories.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing2.0 h
  • Review / QA1.0 h
9.0 hours of engineering $1,600
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-49448 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-49448 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data