diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-08-22 21:27:36 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-08-22 21:27:36 +0000 |
commit | 4eae1d0a11bdab7d7aee0cd058ceeab4a504dfdc (patch) | |
tree | d1f924a02a111a665badc41e8322ac3fdae24f03 /security | |
parent | 667a1c90dccce9011925349fda9bd08f715e3b26 (diff) | |
download | ports-4eae1d0a11bdab7d7aee0cd058ceeab4a504dfdc.tar.gz ports-4eae1d0a11bdab7d7aee0cd058ceeab4a504dfdc.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8bf7f08ae124..407efab12b4b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2310b814-a652-11e8-805b-a4badb2f4699"> + <topic>FreeBSD -- L1 Terminal Fault (L1TF) Kernel Information Disclosure</topic> + <affects> + <package> + <name>FreeBSD-kernel</name> + <range><ge>11.2</ge><lt>11.2_2</lt></range> + <range><ge>11.1</ge><lt>11.1_13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description:</h1> + <p>On certain Intel 64-bit x86 systems there is a period + of time during terminal fault handling where the CPU may + use speculative execution to try to load data. The CPU may + speculatively access the level 1 data cache (L1D). Data + which would otherwise be protected may then be determined + by using side channel methods.</p> + <p>This issue affects bhyve on FreeBSD/amd64 systems.</p> + <h1>Impact:</h1> + <p>An attacker executing user code, or kernel code inside + of a virtual machine, may be able to read secret data from + the kernel or from another virtual machine.</p> + </body> + </description> + <references> + <cvename>CVE-2018-3620</cvename> + <cvename>CVE-2018-3646</cvename> + <freebsdsa>SA-18:09.l1tf</freebsdsa> + </references> + <dates> + <discovery>2018-08-14</discovery> + <entry>2018-08-22</entry> + </dates> + </vuln> + <vuln vid="e53a908d-a645-11e8-8acd-10c37b4ac2ea"> <topic>gogs -- open redirect vulnerability</topic> <affects> |