CVE-2026-15979 HIGH

CVE-2026-15979: Content Egg <= 11.3.0 - Authenticated (Author+) Arbitrary File Deletion

Vendor Keywordrush
Product Content Egg – Affiliate Product Importer & Price Comparison
Weakness CWE-22 · Path traversal
Published August 5, 2026
Last update August 5, 2026

CVSS base score

8.1/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity High

CVSS vector

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

What the vulnerability does

01Description

The Content Egg – Affiliate Product Importer & Price Comparison plugin for WordPress is vulnerable to Arbitrary File Deletion via Path Traversal in versions up to and including 11.3.0. This is due to insufficient validation of the 'img_file' field within the cegg_data post metadata: the value passes only through wp_strip_all_tags() (which does not strip path traversal sequences), is stored directly in post meta, and is later concatenated without normalization into a filesystem path in getFullImgPath() before being passed to PHP's unlink(). This makes it possible for authenticated attackers, with author-level access and above, to delete arbitrary files on the affected site's server which may make remote code execution possible.

Explanation of Vulnerability in Simple Terms

02Summary

Content Egg versions up to 11.3.0 contain a path traversal vulnerability that allows authenticated users to read, modify, or delete arbitrary files on the server. An attacker with low-level site access can exploit this without user interaction to compromise site integrity and availability. Update to a version newer than 11.3.0 immediately.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete arbitrary files on the server.

Potential impact on your site

04Site Impact

An authenticated attacker can corrupt or delete critical site files, causing data loss or site downtime.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege account on the site (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

August 5, 2026 CVE published
August 5, 2026 Record updated

Related vulnerabilities

08Related CVE