Lucene search
+L

2651 matches found

Debian CVE
Debian CVE
added 2020/09/23 9:34 p.m.59 views

CVE-2020-25603

An issue was discovered in Xen through 4.14.x. There are missing memory barriers when accessing/allocating an event channel. Event channels control structures can be accessed lockless as long as the port is considered to be valid. Such a sequence is missing an appropriate memory barrier e.g., smp...

7.8CVSS7.7AI score0.00415EPSS
SaveExploits0
CVE
CVE
added 2020/09/23 9:14 p.m.200 views

CVE-2020-25601

CVE-2020-25601 (Xen) : A lack of preemption in evtchn_reset() and evtchn_destroy() inside the FIFO event channel model can cause a guest with many active event channels to stall the hypervisor, enabling a local attacker (malicious or buggy guest kernel) to mount a Denial of Service affecting the ...

5.5CVSS6.1AI score0.00424EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2020/09/23 9:14 p.m.67 views

CVE-2020-25601

An issue was discovered in Xen through 4.14.x. There is a lack of preemption in evtchnreset / evtchndestroy. In particular, the FIFO event channel model allows guests to have a large number of event channels active at a time. Closing all of these when resetting all event channels or when cleaning...

5.5CVSS6.5AI score0.00424EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2020/09/23 9:12 p.m.69 views

CVE-2020-25600

An issue was discovered in Xen through 4.14.x. Out of bounds event channels are available to 32-bit x86 domains. The so called 2-level event channel model imposes different limits on the number of usable event channels for 32-bit x86 domains vs 64-bit or Arm either bitness ones. 32-bit x86 domain...

5.5CVSS6.6AI score0.00426EPSS
SaveExploits0
CVE
CVE
added 2020/09/23 9:12 p.m.194 views

CVE-2020-25600

The connected XSA-342 advisory provides concrete details for CVE-2020-25600: Xen 2-level event channel model mismanages the per-guest limit, causing 32-bit x86 domains (including Domain 0) to observe successful allocations that should fail, risking corruption of the shared info structure and enab...

5.5CVSS6.3AI score0.00426EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2020/09/23 9:12 p.m.39 views

CVE-2020-25600

An issue was discovered in Xen through 4.14.x. Out of bounds event channels are available to 32-bit x86 domains. The so called 2-level event channel model imposes different limits on the number of usable event channels for 32-bit x86 domains vs 64-bit or Arm either bitness ones. 32-bit x86 domain...

6.5AI score0.00426EPSS
SaveExploits0References7
CVE
CVE
added 2020/09/23 9:05 p.m.209 views

CVE-2020-25597

CVE-2020-25597 concerns Xen’s event-channel validity check. The issue arises from mishandling of the constraint that an already valid event channel may become invalid, which can occur when resetting event channels. A malicious, unprivileged guest could trigger a crash of Xen, causing a host-wide ...

6.5CVSS6.6AI score0.00358EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2020/09/23 9:05 p.m.40 views

CVE-2020-25597

An issue was discovered in Xen through 4.14.x. There is mishandling of the constraint that once-valid event channels may not turn invalid. Logic in the handling of event channel operations in Xen assumes that an event channel, once valid, will not become invalid over the life time of a guest...

6.7AI score0.00358EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2020/09/23 9:05 p.m.54 views

CVE-2020-25597

An issue was discovered in Xen through 4.14.x. There is mishandling of the constraint that once-valid event channels may not turn invalid. Logic in the handling of event channel operations in Xen assumes that an event channel, once valid, will not become invalid over the life time of a guest...

6.5CVSS6.8AI score0.00358EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2020/09/22 6:39 p.m.32 views

CVE-2020-25603

A security flaw was found in Xen. Event channels control structures can be accessed without lock as long as the port is considered to be valid. A malicious guest may be able to cause a hypervisor crash resulting in a denial of service DoS. An information leak and privilege escalation cannot be...

7.8CVSS1.5AI score0.00415EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2020/09/22 6:39 p.m.22 views

CVE-2020-25601

A security flaw was found in Xen. A lack of preemption in the FIFO event channel model may cause the CPU to spend an almost unbounded amount of processing time. This flaw allows malicious or buggy guest kernels to mount a denial of service DoS attack affecting the entire system. The highest threa...

6CVSS1.2AI score0.00424EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2020/09/22 6:39 p.m.51 views

CVE-2020-25597

A logic flaw was found in the handling of event channel operations in Xen. Operations such as resetting all event channels may involve decreasing one of the bounds checked when determining validity. This flaw allows an unprivileged guest to crash Xen, leading to a denial of service DoS for the...

6.5CVSS0.4AI score0.00358EPSS
SaveExploits0References4
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.63 views

out of bounds event channels available to 32-bit x86 domains

ISSUE DESCRIPTION The so called 2-level event channel model imposes different limits on the number of usable event channels for 32-bit x86 domains vs 64-bit or Arm either bitness ones. 32-bit x86 domains can use only 1023 channels, due to limited space in their shared between guest and Xen...

5.5CVSS0.2AI score0.00426EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.81 views

once valid event channels may not turn invalid

ISSUE DESCRIPTION Logic in the handling of event channel operations in Xen assumes that an event channel, once valid, will not become invalid over the life time of a guest. However, operations like the resetting of all event channels may involve decreasing one of the bounds checked when determini...

6.5CVSS0.5AI score0.00358EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2020/09/22 12:00 p.m.48 views

lack of preemption in evtchn_reset() / evtchn_destroy()

ISSUE DESCRIPTION In particular the FIFO event channel model allows guests to have a large number of event channels active at a time. Closing all of these when resetting all event channels or when cleaning up after the guest may take extended periods of time. So far there was no arrangement for...

5.5CVSS2.7AI score0.00424EPSS
SaveExploits0Affected Software1
Circl
Circl
added 2020/09/05 9:00 a.m.14 views

CVE-2020-15704

creationtimestamp| type| source ---|---|--- 2020-09-05 09:00:00+00:00| published-proof-of-concept| https://t.me/canyoupwnme/6617 2020-11-23 02:44:40+00:00| published-proof-of-concept| https://t.me/CyberSecurityTechnologies/1704 2026-09-01 17:01:09+00:00| seen| https://t.me/cissp/1801 2026-09-02...

5.5CVSS5.4AI score0.00364EPSS
SaveExploits0References3
ThreatPost
ThreatPost
added 2020/08/31 3:47 p.m.62 views

Stolen Fortnite Accounts Earn Hackers Millions Per Year

UPDATE Hackers are scoring more than a million dollars annually selling compromised accounts for the popular Fortnite video game in underground forums. With Fortnite’s immense popularity skyrocketing over the past few years – it currently has more than 350 million global players – the game is a...

7.2AI score
SaveExploits0References13
ThreatPost
ThreatPost
added 2020/08/31 3:36 p.m.109 views

Critical Slack Bug Allows Access to Private Channels, Conversations

A critical vulnerability in the popular Slack collaboration app would allow remote code-execution RCE. Attackers could gain full remote control over the Slack desktop app with a successful exploit — and thus access to private channels, conversations, passwords, tokens and keys, and various...

8.8AI score0.05272EPSS
SaveExploits1References7
Microsoft CVE
Microsoft CVE
added 2020/08/18 12:00 a.m.9 views

CVE-2017-18207

...

6.5CVSS6.7AI score0.01323EPSS
SaveExploits0
HackRead
HackRead
added 2020/08/11 5:29 p.m.29 views

YouTube deletes 2 million channels and 51 million videos over scams

By Sudais Asif Previously YouTube was accused of not taking any action again growing malware and cryptocurrency-related scams. This is a post from HackRead.com Read the original post: YouTube deletes 2 million channels and 51 million videos over scams...

2.4AI score
SaveExploits0
Rows per page
Query Builder