Bug 1217159 (CVE-2023-1999) - VUL-0: CVE-2023-1999: libwebp: There exists a use after free/double free in libwebp. An attacker can use the ApplyFiltersAndEncode() function and loop through to free best.bw and assign best = trial pointer. The second loop will then return 0 because ...
Summary: VUL-0: CVE-2023-1999: libwebp: There exists a use after free/double free in l...
Status: RESOLVED FIXED
Alias: CVE-2023-1999
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Major
Target Milestone: ---
Assignee: Security Team bot
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/385274/
Whiteboard: CVSSv3.1:SUSE:CVE-2023-1999:7.5:(AV:N...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-15 08:56 UTC by SMASH SMASH
Modified: 2024-06-10 09:18 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2023-11-15 08:56:00 UTC
There exists a use after free/double free in libwebp. An attacker can use
the ApplyFiltersAndEncode() function and loop through to free best.bw and assign
best = trial pointer. The second loop will then return 0 because of an Out of
memory error in VP8 encoder, the pointer is still assigned to trial and the
AddressSanitizer will attempt a double free. 


References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-1999
Comment 1 Robert Frohl 2024-06-10 09:18:47 UTC
done, closing