HarborGuardharborguardDatabase
Back to search
HIGHCVE-2026-39445Published Modified CNA Patchstack

CVE-2026-39445: WordPress Alukas theme < 3.0.0 - PHP Object Injection vulnerability

Unauthenticated PHP Object Injection in Alukas < 3.0.0 versions.

Metrics

CVSS v3.1
8.1
Severity
HIGH
Fixed in
3.0.0
Affected Products
1

Get notified

Email me when this CVE is updated: new fix versions, severity changes, or any record change.

HarborGuard Analysis

Synopsis

PHP Object Injection is a vulnerability in the PressLayouts Alukas WordPress theme affecting all versions before 3.0.0. An unauthenticated remote attacker can exploit this by sending a crafted HTTP request over the network, with no login or user interaction required; exploiting the vulnerability requires overcoming some environmental conditions due to its high attack complexity. Successful exploitation gives an attacker full read, write, and availability impact on the affected system. A patched-image rebuild at version 3.0.0 is available on HarborGuard for environments running an affected version.

HarborGuard Coverage

Detection

Detection capability is available across every HarborGuard environment: CVE-2026-39445 is ingested from upstream feeds (including Patchstack) within minutes of publication and matched against customer images in connected registries and CI/CD pipelines, including custom-built images that bundle the Alukas theme.

Available
Triage

HarborGuard scores this CVE at CVSS 8.1 (HIGH) and applies per-environment compliance policy weighting to determine urgency, routing findings to the appropriate team inbox within each customer organization.

Available
Patch

A patched-image rebuild at Alukas 3.0.0 becomes available on HarborGuard for any environment found to be running an affected version. For customers who opt into auto-remediation, the pipeline automatically rebuilds the image, runs a regression test suite, and opens a PR against affected workloads.

Available

Exploit Conditions

  • Network reachabilityRequired

    The attacker must reach the WordPress service over the network; the theme's vulnerable deserialization endpoint is exposed via standard HTTP.

  • AuthenticationNot required

    No account or session token is needed; the vulnerable code path is reachable by any anonymous HTTP request.

  • Victim interactionNot required

    The attacker does not need to trick or wait for any user to take an action; exploitation is fully server-side.

  • Attack complexityDetail

    Attack complexity is rated High, meaning the attacker must account for environmental factors such as a suitable PHP gadget chain being present in the application's dependency set before the injection becomes weaponizable.

Blast Radius

  • An attacker who successfully triggers a gadget chain can read arbitrary files and application secrets from the server, including database credentials and API keys.
  • If a write-capable gadget chain is available, the attacker can create or overwrite files on disk, enabling persistent backdoors or web shells.
  • Exploitation can crash or hang the PHP process, taking the WordPress site offline and disrupting service for end users.
  • All three impacts (read, write, availability) are rated High in the CVSS vector, meaning none of them are partial; a fully realized exploit achieves each at maximum severity.

How HarborGuard Handles This

Available on HarborGuard: detection for CVE-2026-39445 is active across all connected registries and pipelines, matching images that bundle Alukas theme files below version 3.0.0. Where compliance policy permits auto-remediation, HarborGuard rebuilds the image at Alukas 3.0.0, runs a regression test pass, and opens a PR against affected workloads; for HIGH-severity CVEs, the median time from publication to a merged patch PR in environments with auto-remediation enabled is around 90 minutes. For teams that review patches manually before merging, the rebuild artifact is staged and ready in HarborGuard without requiring any additional scan trigger. Until the patched image is deployed, consider applying a web application firewall rule to reject requests containing serialized PHP payloads targeting the Alukas theme endpoints, and use network policy to restrict outbound connections from the WordPress container to limit the usefulness of any gadget chain that an attacker might otherwise exploit.

See how HarborGuard automates this

Fix available

3.0.0
Affected packages
  • PressLayouts / Alukas
    < 3.0.0 (from n/a)
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
References