Description
WordPress Plugin Photocart Link 1.6 contains a local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files by exploiting insufficient input validation in decode.php. Attackers can supply base64-encoded file paths in the 'id' parameter to the decode.php endpoint to retrieve sensitive files like wp-config.php containing database credentials and configuration data.
Published: 2026-06-15
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Photocart Link 1.6 plugin contains a local file inclusion flaw that permits unauthenticated attackers to read any file on the web server. By supplying a base64‑encoded file path in the ‘id’ parameter to decode.php, an attacker can retrieve sensitive files such as wp‑config.php, exposing database credentials and site configuration data. This falls under CWE‑98 – Unrestricted File Inclusion.

Affected Systems

KaymeePhotography’s Photocart Link plugin, version 1.6, installed on WordPress sites. Any site that has not upgraded past this version is vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate‑to‑high level of risk, and the vulnerability can be exploited remotely without authentication by simply issuing an HTTP request to decode.php. The EPSS score of < 1% indicates a very low but non‑zero probability of exploitation and the flaw is not listed in CISA’s KEV catalog. Attackers can use the flaw to gain credential information and potentially pivot to further compromise the host.

Generated by OpenCVE AI on June 18, 2026 at 01:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Photocart Link plugin to the latest available version or uninstall it if not needed.
  • If an update is unavailable, restrict the decode.php endpoint to authenticated admin users or remove the endpoint entirely.
  • Configure file system permissions to limit access to wp-config.php and other sensitive (e.g., set permissions to 640 or stricter).

Generated by OpenCVE AI on June 18, 2026 at 01:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Kaymeephotography
Kaymeephotography photocart Link
Wordpress
Wordpress wordpress
Vendors & Products Kaymeephotography
Kaymeephotography photocart Link
Wordpress
Wordpress wordpress

Mon, 15 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 15 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description WordPress Plugin Photocart Link 1.6 contains a local file inclusion vulnerability that allows unauthenticated attackers to read arbitrary files by exploiting insufficient input validation in decode.php. Attackers can supply base64-encoded file paths in the 'id' parameter to the decode.php endpoint to retrieve sensitive files like wp-config.php containing database credentials and configuration data.
Title WordPress Plugin Photocart Link 1.6 Local File Inclusion via decode.php
Weaknesses CWE-98
References
Metrics cvssV3_1

{'score': 6.2, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Kaymeephotography Photocart Link
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-15T15:13:23.880Z

Reserved: 2026-06-15T11:44:39.821Z

Link: CVE-2016-20077

cve-icon Vulnrichment

Updated: 2026-06-15T15:13:18.628Z

cve-icon NVD

Status : Deferred

Published: 2026-06-15T14:16:31.077

Modified: 2026-06-15T20:50:47.973

Link: CVE-2016-20077

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T21:09:22Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')