You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Wazuh Open Source Project Security Policy
2
2
3
-
Version: 2023-06-12
3
+
Version: 2026-07-06
4
4
5
5
## Introduction
6
6
This document outlines the Security Policy for Wazuh's open source projects. It emphasizes our commitment to maintain a secure environment for our users and contributors, and reflects our belief in the power of collaboration to identify and resolve security vulnerabilities.
@@ -13,16 +13,27 @@ If you believe you've discovered a potential security vulnerability in one of ou
13
13
14
14
Please submit your findings as security advisories under the "Security" tab in the relevant GitHub repository. Alternatively, you may send the details of your findings to [security@wazuh.com](mailto:security@wazuh.com).
15
15
16
+
## Reporting Vulnerabilities in Non-GA Versions
17
+
18
+
Wazuh publishes pre-release versions (Alphas, Betas, and Release Candidates) of its open source projects ahead of General Availability (GA) to gather community feedback. If you discover a potential security vulnerability in one of these non-GA versions, please report it following the process described above.
19
+
20
+
Upon receiving such a report, we will determine whether the vulnerability:
21
+
22
+
-**Affects only non-GA version(s)**: We will manage the report privately by opening a GitHub Security Advisory (GHSA). Since the affected code has not been part of a GA release, the vulnerability is not eligible for a CVE ID, consistent with the [CNA Operational Rules](https://www.cve.org/ResourcesSupport/AllResources/CNARules). Once resolved, the GHSA will be converted into a public issue instead of a security advisory.
23
+
-**Also affects a previously released GA version**: We will continue managing the report as a GHSA and evaluate requesting a CVE ID for the GA-affected versions, in accordance with the eligibility criteria in the CNA Operational Rules.
24
+
16
25
## Vulnerability Disclosure Policy
17
26
Upon receiving a report of a potential vulnerability, our team will initiate an investigation. If the reported issue is confirmed as a vulnerability, we will take the following steps:
18
27
19
-
1. Acknowledgment: We will acknowledge the receipt of your vulnerability report and begin our investigation.
20
-
2. Validation: We will validate the issue and work on reproducing it in our environment.
21
-
3. Remediation: We will work on a fix and thoroughly test it
22
-
4. Release & Disclosure: After 90 days from the discovery of the vulnerability, or as soon as a fix is ready and thoroughly tested (whichever comes first), we will release a security update for the affected project. We will also publicly disclose the vulnerability by publishing a CVE (Common Vulnerabilities and Exposures) and acknowledging the discovering party.
23
-
5. Exceptions: In order to preserve the security of the Wazuh community at large, we might extend the disclosure period to allow users to patch their deployments.
28
+
1.**Acknowledgment**: We will acknowledge the receipt of your vulnerability report and begin our investigation.
29
+
2.**Validation**: We will validate the issue and work on reproducing it in our environment.
30
+
3.**Remediation**: We will develop a fix, have it reviewed, and merge it once thoroughly tested.
31
+
4.**Release**: We will publish a security release for the affected project that includes the fix.
32
+
5.**Rollout**: We will confirm that the fix has been applied to environments managed by Wazuh before proceeding with disclosure.
33
+
6.**Disclosure**: Once the fix has been released and confirmed in managed environments, we will publicly disclose the vulnerability by publishing a CVE (Common Vulnerabilities and Exposures), where applicable, and acknowledging the discovering party.
34
+
7.**Exceptions**: In order to preserve the security of the Wazuh community at large, we might extend the disclosure period to allow users to patch their deployments.
24
35
25
-
This 90-day period allows for end-users to update their systems and minimizes the risk of widespread exploitation of the vulnerability.
36
+
Steps 1 through 6 will be completed within 90 days from the report of the vulnerability. This period allows for end-users to update their systems and minimizes the risk of widespread exploitation of the vulnerability.
26
37
27
38
## Automatic Scanning
28
39
We leverage GitHub Actions to perform automated scans of our supply chain. These scans assist us in identifying vulnerabilities and outdated dependencies in a proactive and timely manner.
@@ -42,4 +53,4 @@ We ask that all users and contributors respect this policy and the security of o
42
53
## Changes to this Security Policy
43
54
This policy may be revised from time to time. Each version of the policy will be identified at the top of the page by its effective date.
44
55
45
-
If you have any questions about this Security Policy, please contact us at [security@wazuh.com](mailto:security@wazuh.com)
56
+
If you have any questions about this Security Policy, please contact us at [security@wazuh.com](mailto:security@wazuh.com)
0 commit comments