Skip to content

Commit

Permalink
security/vuxml: Document numpy vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
wenheping committed Jun 11, 2022
1 parent d2e6490 commit 1f5b562
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions security/vuxml/vuln-2022.xml
@@ -1,3 +1,32 @@
<vuln vid="b51cfaea-e919-11ec-9fba-080027240888">
<topic>py-numpy -- Missing return-value validation of the function PyArray_DescrNew</topic>
<affects>
<package>
<name>py38-numpy</name>
<name>py39-numpy</name>
<name>py310-numpy</name>
<range><lt>1.22.4</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Numpy reports:</p>
<blockquote cite="https://github.com/numpy/numpy/pull/20960">
<p>At most call-sites for PyArray_DescrNew, there are no validations of its return,
but an invalid address may be returned.</p>
</blockquote>
</body>
</description>
<references>
<cvename>CVE-2021-41495</cvename>
<url>https://github.com/numpy/numpy/pull/20960</url>
</references>
<dates>
<discovery>2021-05-19</discovery>
<entry>2022-06-11</entry>
</dates>
</vuln>

<vuln vid="c80ce2dd-e831-11ec-bcd2-3065ec8fd3ec">
<topic>chromium -- multiple vulnerabilities</topic>
<affects>
Expand Down

0 comments on commit 1f5b562

Please sign in to comment.