diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2023-09-21 09:31:22 +0000 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2023-09-21 09:31:22 +0000 |
| commit | 57055cf99dd10c2029360eab869ecf0ba88e72ad (patch) | |
| tree | 605f2eb6dcb2560d544ee326be66fac6e6c8e570 | |
| parent | 4a935f8b1fe8080dc6c39b5209152b9ad8968dc4 (diff) | |
| download | ports-57055cf99dd10c2029360eab869ecf0ba88e72ad.tar.gz ports-57055cf99dd10c2029360eab869ecf0ba88e72ad.zip | |
security/vuxml: add graphics/webp heap buffer overflow
graphics/webp was updated to 1.3.2
PR: 273766
Security: CVE-2023-4863
| -rw-r--r-- | security/vuxml/vuln/2023.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml index 8abfc6f31388..a2336006fd09 100644 --- a/security/vuxml/vuln/2023.xml +++ b/security/vuxml/vuln/2023.xml @@ -1,3 +1,29 @@ + <vuln vid="4fd7a2fc-5860-11ee-a1b3-dca632daf43b"> + <topic>graphics/webp heap buffer overflow</topic> + <affects> + <package> + <name>webp</name> + <range><lt>1.3.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Google Chrome reports:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2023-4863"> + <p>Heap buffer overflow in WebP ... allowed a remote attacker to perform an out of bounds memory write ...</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2023-4863</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2023-4863</url> + </references> + <dates> + <discovery>2023-09-12</discovery> + <entry>2023-09-21</entry> + </dates> + </vuln> + <vuln vid="58a738d4-57af-11ee-8c58-b42e991fc52e"> <topic>libwebp heap buffer overflow</topic> <affects> |
