PhpfusionApplication · Php Fusion

CVE-2023-2453

HIGH · 8.8 CVSS v3.1 Published 2023-09-05
Fix available
A fix is available. Upgrade to after 9.10.30 or later.
See remediation →
94/100
Remediation priority · Urgent
Remotely reachable 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
There is insufficient sanitization of tainted file names that are directly concatenated with a path that is subsequently passed to a ‘require_once’ statement. This allows arbitrary files with the ‘.php’ extension for which the absolute path is known to be included and executed. There are no known means in PHPFusion through which an attacker can upload and target a ‘.php’ file payload.

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 confidence

A Local File Inclusion (LFI) vulnerability in PHPFusion where tainted file names are directly concatenated with file paths and passed to require_once statements without sanitization. An attacker with knowledge of the absolute path can execute arbitrary .php files. While the CVSS is high (8.8), exploitation is limited by the inability to upload .php payloads through the application and the requirement to know absolute server paths.

MitigationImplement strict input validation using allowlists or canonicalization checks before file inclusion operations, ensuring only explicitly permitted files can be included.

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
PhpfusionApplication
Affected:<= 9.10.30

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
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/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 checks

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

  1. Identify PHPFusion installation and version
    Check for the presence of PHPFusion by locating administration files (e.g., 'administration' folder) or the main index.php. Retrieve the version number from the version file (e.g., includes/version.php) or by examining the footer/admin panel.
    Affected if PHPFusion version 9.10.30 or lower is installed
  2. Locate file inclusion code in includes directory
    Search PHP source files in the 'includes' directory for require_once statements that concatenate user input without sanitization. Look for patterns like 'require_once($path . $file)' or similar where $file derives from $_GET or $_POST parameters.
    Affected if Code contains require_once with unsanitized user-controlled file parameters
  3. Identify vulnerable theming or includes parameters
    Examine PHP files handling theming or modular includes (commonly in themefiles or includes folder). Check if parameters like 'themefile', 'inc', or 'section' are used in file inclusion without validation.
    Affected if Parameters used in file inclusion are not validated against an allowlist
  4. Verify attacker cannot upload PHP files
    Check if any upload functionality permits .php file extensions. Review upload handlers in the administration panel and main upload scripts for extension validation.
    Affected if Upload functionality allows .php file uploads (this would increase exploitability)
  5. Confirm absolute path knowledge requirement
    Review application error handling. Determine if verbose error messages or debug modes could leak absolute server paths to an attacker.
    Affected if Application exposes absolute server paths in errors or debug output

User is affected if running PHPFusion version 9.10.30 or lower with vulnerable file inclusion code that accepts unsanitized user input.

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
Upgrade available Upgrade to a release after 9.10.30
Interim mitigation

Implement strict input validation using allowlists or canonicalization checks before file inclusion operations, ensuring only explicitly permitted files can be included.

Fix this in Phpfusion Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-2453 — 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-2023-2453 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