Skip to content

Commit

Permalink
security/vuxml: Document aide CVE-2021-45417
Browse files Browse the repository at this point in the history
Document aide heap buffer overflow.

PR:		261407
Reported by:	Yonas Yanfa <yonas.yanfa@gmail.com>
  • Loading branch information
cschuber committed Jan 23, 2022
1 parent 8fbfc5f commit c404f72
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions security/vuxml/vuln-2022.xml
@@ -1,3 +1,35 @@
<vuln vid="309c35f4-7c9f-11ec-a739-206a8a720317">
<topic>aide -- heap-based buffer overflow</topic>
<affects>
<package>
<name>aide</name>
<range><lt>0.17.4</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>David Bouman reports:</p>
<blockquote cite="INSERT URL HERE">
<p>AIDE before 0.17.4 allows local users to obtain root privileges
via crafted file metadata (such as XFS extended attributes or
tmpfs ACLs), because of a heap-based buffer overflow.</p>
<p>Aide uses a fixed size (16k bytes) for the return buffer in
encode_base64/decode_base64 functions. This results in a segfault
if aide processes a file with too large extended attribute value
or ACL.</p>
</blockquote>
</body>
</description>
<references>
<cvename>CVE-2021-45417</cvename>
<url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45417</url>
</references>
<dates>
<discovery>2022-01-15</discovery>
<entry>2022-01-23</entry>
</dates>
</vuln>

<vuln vid="51496cbc-7a0e-11ec-a323-3065ec8fd3ec">
<topic>chromium -- multiple vulnerabilities</topic>
<affects>
Expand Down

0 comments on commit c404f72

Please sign in to comment.