CVE-2026-32345
Missing Authorization in Perfect Portfolio β€1.2.4 Enables Unauthorized Access
Publication date: 2026-03-13
Last updated on: 2026-04-29
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| raratheme | perfect_portfolio | to 1.2.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-32345 is a Broken Access Control vulnerability in the WordPress Perfect Portfolio Theme versions up to and including 1.2.4.
The issue arises from missing authorization, authentication, or nonce token checks within certain functions, which allows unauthenticated users to perform actions that should be restricted to higher-privileged users.
This vulnerability falls under the OWASP Top 10 category A1: Broken Access Control.
How can this vulnerability impact me? :
Because the vulnerability allows unauthenticated users to perform privileged actions, it can lead to unauthorized changes or access within the affected WordPress theme.
However, the CVSS severity score is 5.3, indicating a low priority and low severity impact.
It is considered unlikely to be exploited in a way that causes significant harm, but timely updates to version 1.2.5 or later are recommended to mitigate the risk.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability arises from missing authorization, authentication, or nonce token checks within certain functions of the Perfect Portfolio WordPress theme up to version 1.2.4. Detection involves verifying if your system is running a vulnerable version of the theme.
Since the vulnerability allows unauthenticated users to perform privileged actions, you can attempt to access or invoke theme functions that require higher privileges without logging in to test if access control is enforced.
No specific detection commands are provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
The primary mitigation step is to update the Perfect Portfolio WordPress theme to version 1.2.5 or later, where this vulnerability has been patched.
Since the vulnerability requires no prior authentication to exploit, timely updating is critical to prevent unauthorized access.
Additionally, consider reviewing access control configurations and applying any security intelligence or mitigation services provided by Patchstack.