CVE-2025-7664 HIGH

CVE-2025-7664: Al Pack <= 1.1.1 - Missing Authorization to Unauthenticated Premium Feature Activation via check_activate_permission Function

Vendor Loword
Product AL Pack
Weakness CWE-862 · Missing authorization
Published August 16, 2025
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

The AL Pack plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the check_activate_permission() permission callback for the /wp-json/presslearn/v1/activate REST API endpoint in all versions up to, and including, 1.1.1. The callback reads the client-supplied Origin header and, after parsing, allows the request if it matches one of the trusted domains, without ever verifying user authentication, capabilities, or nonce tokens. This makes it possible for unauthenticated attackers to activate premium features by simply spoofing the Origin header.

Explanation of Vulnerability in Simple Terms

02Summary

AL Pack versions 1.1.1 and earlier lack proper authorization checks, allowing unauthenticated attackers to modify data on affected sites. The vulnerability requires no user interaction and can be exploited over the network. Site administrators should update to a version newer than 1.1.1 as soon as a patch becomes available.

What an attacker can do

03Attacker Capabilities

Modify or corrupt data on the site without logging in.

Potential impact on your site

04Site Impact

Unauthorized changes to site content or configuration without warning or audit trail.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

August 16, 2025 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE