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

Fix a possible crash when loading a malformed logical signature #1396

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

val-ms
Copy link
Contributor

@val-ms val-ms commented Oct 30, 2024

If the 'hexsig' for an image fuzzy hash subsignature has invalid unicode it may cause a crash. The problem is we fail to allocate an error message in this instance, so when it tries to print that message it gets a NULL dereference.

This is not a security issue.

Fixes: https://issues.oss-fuzz.com/issues/376331488

If the 'hexsig' for an image fuzzy hash subsignature has invalid unicode
it may cause a crash. The problem is we fail to allocate an error
message in this instance, so when it tries to print that message it gets
a NULL dereference.

This is not a security issue.

Fixes: https://issues.oss-fuzz.com/issues/376331488
@rsundriyal rsundriyal assigned rsundriyal and val-ms and unassigned rsundriyal and val-ms Nov 13, 2024
@rsundriyal rsundriyal self-requested a review November 13, 2024 15:45
@val-ms val-ms merged commit de3be9e into Cisco-Talos:main Jan 10, 2025
23 of 24 checks passed
@val-ms val-ms deleted the CLAM-2710-ldb-load-assert branch January 10, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants