Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the security updates to 4.5.3 release notes #6948

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions source/release-notes/release-4-5-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,24 @@ RESTful API
- `#18493 <https://github.com/wazuh/wazuh/pull/18493>`__ Added support for nested queries in the ``q`` API parameter.
- `#18432 <https://github.com/wazuh/wazuh/pull/18432>`__ Updated ``force`` flag message in the ``agent_upgrade`` CLI.

Security updates
----------------

This release fixes the following vulnerabilities:

Agent
^^^^^

============== ======================================================== =============
CVE Reference Description
============== ======================================================== =============
CVE-2023-42463 `#19069 <https://github.com/wazuh/wazuh/pull/19069>`__ Fixed a stack overflow hazard in ``wazuh-logcollector`` that could allow a local privilege escalation. Found by Keith Yeo (`@kyeojy <https://twitter.com/kyeojy>`__).
============== ======================================================== =============

Resolved issues
---------------

This release resolves known issues as the following:
This release resolves known issues as the following:

Manager
^^^^^^^
Expand All @@ -55,7 +69,6 @@ Reference Description
======================================================== =============
`#18773 <https://github.com/wazuh/wazuh/pull/18773>`__ Fixed a bug in the memory handle at the agent's data provider helper.
`#18903 <https://github.com/wazuh/wazuh/pull/18903>`__ Fixed a data mismatch in the OS name between the global and agents' databases.
`#19069 <https://github.com/wazuh/wazuh/pull/19069>`__ Fixed an array limit check in ``wazuh-logcollector``.
`#19286 <https://github.com/wazuh/wazuh/pull/19286>`__ Fixed wrong Windows agent binaries metadata.
`#19397 <https://github.com/wazuh/wazuh/pull/19397>`__ Fixed error during the Windows agent upgrade.
======================================================== =============
Expand Down Expand Up @@ -121,4 +134,4 @@ More details about these changes are provided in the changelog of each component
- `wazuh/wazuh-dashboard-plugins 7.16.x <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.5.3-7.16.3/CHANGELOG.md>`_
- `wazuh/wazuh-dashboard-plugins 7.17.x <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.5.3-7.17.13/CHANGELOG.md>`_
- `wazuh/wazuh-splunk <https://github.com/wazuh/wazuh-splunk/blob/v4.5.3-8.2/CHANGELOG.md>`_
- `wazuh/wazuh-packages <https://github.com/wazuh/wazuh-packages/releases/tag/v4.5.3>`_
- `wazuh/wazuh-packages <https://github.com/wazuh/wazuh-packages/releases/tag/v4.5.3>`_
Loading