CVE-2025-69299
Server-Side Request Forgery in Laborator Oxygen
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| laborator | oxygen | to 6.0.8 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-69299 is a Server Side Request Forgery (SSRF) vulnerability found in the WordPress Oxygen Theme versions up to and including 6.0.8.
This vulnerability allows an unauthenticated attacker to make the affected website send arbitrary HTTP requests to domains controlled by the attacker.
As a result, the attacker may access sensitive information from other services running on the same system by exploiting broken access control issues.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized access to sensitive information from other services on the same system as the affected website.
An attacker can exploit this flaw to perform arbitrary HTTP requests, potentially compromising internal systems and data.
Since the vulnerability is unauthenticated, it can be exploited without any credentials, increasing the risk.
No official patch is currently available, and simply deactivating the theme does not fully mitigate the risk unless additional mitigation rules are applied.
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 allows an unauthenticated attacker to cause the affected website to make arbitrary HTTP requests to attacker-controlled domains. Detection can involve monitoring outgoing HTTP requests from the server to unusual or unexpected external domains.
Since no official patch is available and the theme has not been updated for over a year, detection may rely on network traffic analysis and web server logs to identify suspicious request patterns indicative of SSRF exploitation attempts.
Specific commands are not provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the mitigation rule issued by Patchstack, which can safely block exploitation attempts until an official patch is released.
Alternatively, users are advised to remove and replace the vulnerable Oxygen theme entirely to protect their websites.
Deactivating the theme alone does not eliminate the security risk unless the mitigation rule is applied.