CVE-2026-32377
Missing Authorization in Pranayama Yoga Plugin Allows Unauthorized Access
Publication date: 2026-03-13
Last updated on: 2026-03-16
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| raratheme | pranayama_yoga | From 1.0.0 (inc) to 1.2.2 (inc) |
| raratheme | pranayama_yoga | to 1.2.2 (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-32377 is a broken access control vulnerability in the WordPress Pranayama Yoga Theme versions up to and including 1.2.2. It occurs due to missing authorization, authentication, or nonce token checks in certain functions, which allows unauthenticated users to perform actions that normally require higher privileges.
This vulnerability falls under the OWASP Top 10 category A1: Broken Access Control.
How can this vulnerability impact me? :
The vulnerability allows unauthorized users to perform privileged actions without proper authentication or authorization. However, it has a CVSS severity score of 5.3, indicating a low priority and low impact threat.
No significant exploitation impact is expected, but users of the affected theme versions should update to version 1.2.3 or later 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?
[{'type': 'paragraph', 'content': 'This vulnerability arises from missing authorization, authentication, or nonce token checks in certain functions of the Pranayama Yoga WordPress theme up to version 1.2.2. Detection would involve checking if your system is running a vulnerable version of the theme.'}, {'type': 'paragraph', 'content': 'Since the issue is related to broken access control in the theme, you can detect it by verifying the installed theme version and inspecting access control behavior for unauthorized actions.'}, {'type': 'list_item', 'content': "Check the installed version of the Pranayama Yoga theme in your WordPress installation, for example by running: `wp theme list --status=active` or inspecting the theme's style.css file for the version number."}, {'type': 'list_item', 'content': 'Attempt to perform actions that require higher privileges without authentication to see if unauthorized access is possible (this should be done in a controlled testing environment).'}] [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate and recommended mitigation step is to update the Pranayama Yoga WordPress theme to version 1.2.3 or later, where this vulnerability has been patched.
Since the vulnerability is due to missing authorization checks, applying the official patch or update will restore proper access control.
Additionally, review user permissions and restrict access to sensitive functions until the update is applied.