CVE-2022-1648
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 · uneditedPandora FMS v7.0NG.760 and below allows a relative path traversal in File Manager where a privileged user could upload a .php file outside the intended images directory which is restricted to execute the .php file. The impact could lead to a Remote Code Execution with running application privilege.
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 · high confidenceA relative path traversal vulnerability in the File Manager component of Pandora FMS v7.0NG.760 and below allows a privileged user to upload a .php file outside the intended images directory, bypassing directory restrictions. The uploaded file can then be executed, leading to Remote Code Execution with the application's privileges.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 7.0_ng_760CVSS 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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/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 checksWork through these to decide whether this CVE applies to you.
-
Identify Pandora FMS installation and versionLocate the Pandora FMS installation directory and check the version file or dashboard for the installed version number (typically found in include/config.php or displayed in the web UI footer)Affected if The installed version is 7.0NG.760 or lower (any version up to and including 7.0_ng_760)
-
Confirm File Manager component is accessibleVerify that the File Manager feature is enabled and accessible within the Pandora FMS administrative interface. Check if the endpoint /general/file_manager or similar is reachableAffected if The File Manager component is enabled and accessible to privileged users in the environment
-
Verify PHP execution restrictions in upload directoriesInspect the web server configuration (Apache/Nginx) and the upload directories (typically under /images or /uploads within the Pandora FMS web root) to determine if PHP execution is allowed in these directoriesAffected if PHP execution is permitted in directories where file uploads are stored, allowing uploaded PHP files to be executed
-
Check for unexpected PHP files in non-image directoriesScan the Pandora FMS web directory tree for .php files located outside the expected application directories, particularly in areas reachable via HTTP/HTTPSAffected if Any .php files are found in directories outside the intended application structure, especially in upload/image directories
A user is affected if they are running Pandora FMS version 7.0NG.760 or lower, have the File Manager enabled, and do not have PHP execution disabled in upload directories.
Generated from the published advisory. Verify against your own configuration.
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.
dbcve · scopedUpgrade to a patched version of Pandora FMS. Additionally, implement strict path validation to ensure uploaded files remain within allowed directories and disable PHP execution in upload directories.
Fixed release after 7.0NG.760 (specific version number not provided in reference material)
- 1. Identify all Pandora FMS instances running version 7.0NG.760 or below
- 2. Check vendor release notes (pandorafms.com or www.incibe.es) for the security release containing the fix for CVE-2022-1648
- 3. Download the fixed version from the official Pandora FMS download repository
- 4. Backup the current Pandora FMS installation including database and configuration files
- 5. Test the upgrade in a non-production environment first
- 6. Apply the upgrade following the official upgrade documentation
- 7. Verify the File Manager functionality works correctly post-upgrade
- 8. Confirm the patch is applied by checking the version number and reviewing /var/www/html/pandora_console/ (or equivalent install path) for any file manager security changes
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-1648 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-1648 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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