Lucene search
+L

274 matches found

Schneier on Security
Schneier on Security
added 2021/01/12 12:16 p.m.41 views

Cloning Google Titan 2FA keys

This is a clever side-channel attack: The cloning works by using a hot air gun and a scalpel to remove the plastic key casing and expose the NXP A700X chip, which acts as a secure element that stores the cryptographic secrets. Next, an attacker connects the chip to hardware and software that take...

0.3AI score
SaveExploits0
OSV
OSV
added 2020/12/15 6:15 p.m.22 views

CVE-2020-29485

An issue was discovered in Xen 4.6 through 4.14.x. When acting upon a guest XSRESETWATCHES request, not all tracking information is freed. A guest can cause unbounded memory usage in oxenstored. This can lead to a system-wide DoS. Only systems using the Ocaml Xenstored implementation are...

5.5CVSS8.4AI score
SaveExploits0References4
Xen Project
Xen Project
added 2020/12/15 12:00 p.m.75 views

Frontends can trigger OOM in Backends by update a watched path

ISSUE DESCRIPTION Some OSes such as Linux, FreeBSD, NetBSD are processing watch events using a single thread. If the events are received faster than the thread is able to handle, they will get queued. As the queue is unbound, a guest may be able to trigger a OOM in the backend. IMPACT A malicious...

6.5CVSS0.8AI score0.00348EPSS
SaveExploits0
Xen Project
Xen Project
added 2020/12/15 12:00 p.m.56 views

undue recursion in x86 HVM context switch code

ISSUE DESCRIPTION When they require assistance from the device model, x86 HVM guests must be temporarily de-scheduled. The device model will signal Xen when it has completed its operation, via an event channel, so that the relevant vCPU is rescheduled. If the device model were to signal Xen witho...

5.5CVSS3.4AI score0.00438EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/12/15 12:00 p.m.102 views

Use after free triggered by block frontend in Linux blkback

ISSUE DESCRIPTION The Linux kernel PV block backend expects the kernel thread handler to reset ring-xenblkd to NULL when stopped. However, the handler may not have time to run if the frontend quickly toggle between the states connect and disconnect. As a consequence, the block backend may re-use ...

8.8CVSS0.6AI score0.00388EPSS
SaveExploits0
CNNVD
CNNVD
added 2020/12/08 12:00 a.m.15 views

SAP AS ABAP 和 SAP S4 HANA 安全漏洞

SAP Netweaver is a service-oriented, integrated application platform from SAP, which provides a development and runtime environment for SAP applications. The platform mainly provides development and operation environment for SAP applications.ABAP is an application server running in NetWeaver and...

7.6CVSS7.2AI score0.02189EPSS
SaveExploits2References9
Xen Project
Xen Project
added 2020/10/20 12:00 p.m.68 views

Rogue guests can cause DoS of Dom0 via high frequency events

ISSUE DESCRIPTION The handling of Xen events in the Linux kernel runs with interrupts disabled in a loop until no further event is pending. Whenever an event has been accepted by the kernel, another event can come in via the same event channel. This can result in the event handling loop running f...

5.5CVSS1.6AI score0.00415EPSS
SaveExploits0
Xen Project
Xen Project
added 2020/10/20 12:00 p.m.49 views

unsafe AMD IOMMU page table updates

ISSUE DESCRIPTION AMD IOMMU page table entries are updated in a step by step manner, without regard to them being potentially in use by the IOMMU. Therefore it was possible that the IOMMU would read and then use a half-updated entry. Furthermore, updates to Device Table entries lacked suitable...

7.8CVSS1.1AI score0.00254EPSS
SaveExploits0
Xen Project
Xen Project
added 2020/10/20 12:00 p.m.54 views

undue deferral of IOMMU TLB flushes

ISSUE DESCRIPTION To efficiently change the physical to machine address mappings of a larger range of addresses for fully virtualized guests, Xen contains an optimization to coalesce per-page IOMMU TLB flushes into a single, wider flush after all adjustments have been made. While this is fine to ...

7.8CVSS7.7AI score0.00341EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.61 views

race when migrating timers between x86 HVM vCPU-s

ISSUE DESCRIPTION When migrating timers of x86 HVM guests between its vCPU-s, the locking model used allows for a second vCPU of the same guest also operating on the timers to release a lock that it didn't acquire. IMPACT The most likely effect of the issue is a hang or crash of the hypervisor,...

4.7CVSS1.3AI score0.00261EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.48 views

Missing memory barriers when accessing/allocating an event channel

ISSUE DESCRIPTION Event channels control structures can be accessed lockless as long as the port is considered to be valid. Such sequence is missing appropriate memory barrier e.g smpmb to prevent both the compiler and CPU to re-order access. IMPACT A malicious guest may be able to cause a...

7.8CVSS1AI score0.00415EPSS
SaveExploits0
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.75 views

PCI passthrough code reading back hardware registers

ISSUE DESCRIPTION Code paths in Xen's MSI handling have been identified which act on unsanitized values read back from device hardware registers. While devices strictly compliant with PCI specifications shouldn't be able to affect these registers, experience shows that it's very common for device...

7.8CVSS1.6AI score0.00373EPSS
SaveExploits0
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.63 views

x86 pv: Crash when handling guest access to MSR_MISC_ENABLE

ISSUE DESCRIPTION When a guest accesses certain Model Specific Registers, Xen first reads the value from hardware to use as the basis for auditing the guest access. For the MISCENABLE MSR, which is an Intel specific MSR, this MSR read is performed without error handling for a GP fault, which is t...

6CVSS1.5AI score0.00324EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/07/07 12:00 p.m.47 views

Missing alignment check in VCPUOP_register_vcpu_info

ISSUE DESCRIPTION The hypercall VCPUOPregistervcpuinfo is used by a guest to register a shared region with the hypervisor. The region will be mapped into Xen address space so it can be directly accessed. On Arm, the region is accessed with instructions which require a specific alignment...

6.5CVSS1.7AI score0.00398EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/04/14 12:00 p.m.119 views

Bad error path in GNTTABOP_map_grant

ISSUE DESCRIPTION Grant table operations are expected to return 0 for success, and a negative number for errors. Some misplaced brackets cause one error path to return 1 instead of a negative value. The grant table code in Linux treats this condition as success, and proceeds with incorrectly...

5.5CVSS0.8AI score0.00527EPSS
SaveExploits1
Xen Project
Xen Project
added 2019/12/11 12:00 p.m.79 views

Further issues with restartable PV type change operations

ISSUE DESCRIPTION XSA-299 addressed several critical issues in restartable PV type change operations. Despite extensive testing and auditing, some corner cases were missed. IMPACT A malicious PV guest administrator may be able to escalate their privilege to that of the host. VULNERABLE SYSTEMS Al...

6.6CVSS0.8AI score0.01187EPSS
SaveExploits0
Xen Project
Xen Project
added 2019/11/26 12:00 p.m.87 views

Device quarantine for alternate pci assignment methods

ISSUE DESCRIPTION XSA-302 relies on the use of libxl's "assignable-add" feature to prepare devices to be assigned to untrusted guests. Unfortunately, this is not considered a strictly required step for device assignment. The PCI passthrough documentation on the wiki describes alternate ways of...

7.2CVSS1.3AI score0.00451EPSS
SaveExploits0
Symantec
Symantec
added 2019/11/12 12:00 a.m.34 views

Microsoft Windows CVE-2019-1391 Denial of Service Vulnerability

Description Microsoft Windows is prone to a denial-of-service vulnerability. An attacker can exploit this issue to cause a denial-of-service condition. Technologies Affected Microsoft Windows 10 Version 1607 for 32-bit Systems Microsoft Windows 10 Version 1607 for x64-based Systems Microsoft...

1.3AI score0.01323EPSS
SaveExploits0Affected Software3
Xen Project
Xen Project
added 2019/10/31 12:00 p.m.95 views

ARM: Interrupts are unconditionally unmasked in exception handlers

ISSUE DESCRIPTION When an exception occurs on an ARM system which is handled without changing processor level, some interrupts are unconditionally enabled during exception entry. So exceptions which occur when interrupts are masked will effectively unmask the interrupts. IMPACT A malicious guest...

8.8CVSS2.3AI score0.01817EPSS
SaveExploits0
Exploit DB
Exploit DB
added 2019/10/29 12:00 a.m.265 views

Microsoft Windows Server 2012 - 'Group Policy' Security Feature Bypass (MS15-014)

Exploit Title: Microsoft Windows Server 2012 - 'Group Policy' Security Feature Bypass Date: 2019-10-28 Exploit Author: Thomas Zuk Version: Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows RT, Windows 8.1, Windows...

3.3CVSS5.2AI score0.08074EPSS
SaveExploits4
Rows per page
Query Builder