diff options
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9fbd34481b3d..fe6f17fa084d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="293f40a0-ffa1-11e8-b258-0011d823eebd"> + <topic>Mbed TLS -- Local timing attack on RSA decryption</topic> + <affects> + <package> + <name>mbedtls</name> + <range><lt>2.14.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Janos Follath reports:</p> + <blockquote cite="https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-03"> + <p>An attacker who can run code on the same machine that is + performing an RSA decryption can potentially recover the plaintext + through a Bleichenbacher-like oracle.</p> + </blockquote> + </body> + </description> + <references> + <url>https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-03</url> + <cvename>CVE-2018-19608</cvename> + </references> + <dates> + <discovery>2018-11-28</discovery> + <entry>2018-12-14</entry> + </dates> + </vuln> + <vuln vid="bab29816-ff93-11e8-b05b-00e04c1ea73d"> <topic>typo3 -- multiple vulnerabilities</topic> <affects> |