Add CVE-2025-24016: Wazuh Unsafe Deserialization RCE Detection template#11616
Merged
DhiyaneshGeek merged 4 commits intoMay 20, 2025
Merged
Conversation
|
Thanks for your contribution @huseyinstif ! :) |
Contributor
|
Hello @huseyinstif, thank you for sharing this template with us. Could you please provide the debug data to validate this template? You can obtain the debug data by using the |
Contributor
|
@huseyinstif, This is the authenticated CVE. I have made the necessary changes in the template to ensure it works properly. Can you try the updated template to see if everything works well? You can grab some cool PD stickers over here http://nux.gg/stickers 😄 You can join our discord server. It's a great place to connect with fellow contributors and stay updated with the latest developments. Thank you once again |
DhiyaneshGeek
approved these changes
May 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new template to detect the Wazuh Unsafe Deserialization vulnerability, identified as CVE-2025-24016. The vulnerability arises from the improper deserialization of JSON data using the
as_wazuh_objectfunction in Wazuh servers. An attacker can inject a malicious object via the__unhandled_exc__key to trigger aNameError, indicating that the payload reached the vulnerable code path and potentially allowing remote code execution.Key Points:
NameError.This template provides a robust detection mechanism for researchers and penetration testers to identify and address the vulnerability in Wazuh deployments.
Please review the changes and let me know if further adjustments are needed.