24h | 7d | 30d

Overview

  • Linux
  • Linux

30 May 2026
Published
09 Jul 2026
Updated

CVSS v3.1
HIGH (7.8)
EPSS
0.12%

KEV

Description

In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix ep_remove struct eventpoll / struct file UAF ep_remove() (via ep_remove_file()) cleared file->f_ep under file->f_lock but then kept using @file inside the critical section (is_file_epoll(), hlist_del_rcu() through the head, spin_unlock). A concurrent __fput() taking the eventpoll_release() fastpath in that window observed the transient NULL, skipped eventpoll_release_file() and ran to f_op->release / file_free(). For the epoll-watches-epoll case, f_op->release is ep_eventpoll_release() -> ep_clear_and_put() -> ep_free(), which kfree()s the watched struct eventpoll. Its embedded ->refs hlist_head is exactly where epi->fllink.pprev points, so the subsequent hlist_del_rcu()'s "*pprev = next" scribbles into freed kmalloc-192 memory. In addition, struct file is SLAB_TYPESAFE_BY_RCU, so the slot backing @file could be recycled by alloc_empty_file() -- reinitializing f_lock and f_ep -- while ep_remove() is still nominally inside that lock. The upshot is an attacker-controllable kmem_cache_free() against the wrong slab cache. Pin @file via epi_fget() at the top of ep_remove() and gate the critical section on the pin succeeding. With the pin held @file cannot reach refcount zero, which holds __fput() off and transitively keeps the watched struct eventpoll alive across the hlist_del_rcu() and the f_lock use, closing both UAFs. If the pin fails @file has already reached refcount zero and its __fput() is in flight. Because we bailed before clearing f_ep, that path takes the eventpoll_release() slow path into eventpoll_release_file() and blocks on ep->mtx until the waiter side's ep_clear_and_put() drops it. The bailed epi's share of ep->refcount stays intact, so the trailing ep_refcount_dec_and_test() in ep_clear_and_put() cannot free the eventpoll out from under eventpoll_release_file(); the orphaned epi is then cleaned up there. A successful pin also proves we are not racing eventpoll_release_file() on this epi, so drop the now-redundant re-check of epi->dying under f_lock. The cheap lockless READ_ONCE(epi->dying) fast-path bailout stays.

Statistics

  • 2 Posts

Last activity: 12 hours ago

Fediverse

Profile picture fallback

Bad Epoll (CVE-2026-46242) is a Linux kernel UAF enabling root privilege escalation. Full details and PoC exploit code are now public. Patch now.

securityonline.info/bad-epoll-

  • 0
  • 0
  • 1
  • 12h ago

Overview

  • X.Org
  • xorg-x11-server
  • xorg-x11-server

08 Jul 2026
Published
08 Jul 2026
Updated

CVSS v4.0
CRITICAL (9.0)
EPSS
0.19%

KEV

Description

Local attackers with a X connection able to provide GLX commit to the X server xorg-server before 21.2.24 and xwayland before 24.1.13 could cause a Heap Use After Free, due to CommonMakeCurrent() pointing into potentially reallocated memory.

Statistics

  • 1 Post

Last activity: 11 hours ago

Fediverse

Profile picture fallback

X.Org Server ships fixes for two flaws, including CVE-2026-56000, a CVSS 9.0 use-after-free. Update xorg-server and Xwayland now.

securityonline.info/xorg-serve

  • 0
  • 0
  • 0
  • 11h ago

Overview

  • Adobe
  • ColdFusion

30 Jun 2026
Published
08 Jul 2026
Updated

CVSS v3.1
CRITICAL (10.0)
EPSS
28.58%

Description

ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could lead to arbitrary code execution in the context of the current user. Exploitation of this issue does not require user interaction. Scope is changed.

Statistics

  • 1 Post

Last activity: 4 hours ago

Fediverse

Profile picture fallback

🚨 Critical ColdFusion Alert! CVE-2026-48282 (CVSS 10.0) RDS vulnerability allows unauthenticated RCE via arbitrary file write. Read our full technical analysis & mitigation guide:

denizhalil.com/2026/07/14/adob

#CVE202648282 #ColdFusion #CyberSecurity

  • 0
  • 0
  • 0
  • 4h ago

Overview

  • langflow-ai
  • langflow

07 Apr 2025
Published
14 Jul 2026
Updated

CVSS v3.1
CRITICAL (9.8)
EPSS
99.99%

Description

Langflow versions prior to 1.3.0 are susceptible to code injection in the /api/v1/validate/code endpoint. A remote and unauthenticated attacker can send crafted HTTP requests to execute arbitrary code.

Statistics

  • 1 Post

Last activity: 5 hours ago

Bluesky

Profile picture fallback
~Akamai~ Attackers exploit CVE-2025-3248 in Langflow to deploy a customized Gafgyt DDoS bot on AI servers. - IOCs: 184. 174. 96. 191, e00d92ca28a2cfd75e96f71fc0408747f04942657fcab0f2a25ce79bc3ad23a8, CVE-2025-3248 - #CVE-2025-3248 #DDoS #ThreatIntel
  • 0
  • 0
  • 0
  • 5h ago

Overview

  • Pending

31 Oct 2008
Published
28 May 2026
Updated

CVSS
Pending
EPSS
4.93%

KEV

Description

Integer overflow in the netsnmp_create_subtree_cache function in agent/snmp_agent.c in net-snmp 5.4 before 5.4.2.1, 5.3 before 5.3.2.3, and 5.2 before 5.2.5.1 allows remote attackers to cause a denial of service (crash) via a crafted SNMP GETBULK request, which triggers a heap-based buffer overflow, related to the number of responses or repeats.

Statistics

  • 1 Post

Last activity: 14 hours ago

Fediverse

Profile picture fallback

VDE-2026-063
Murrelektronik Devices Vulnerable to SNMP GETBULK Reflection DDoS

Multiple Murrelektronik network-enabled devices respond to SNMPv2c 'GETBULK' requests with disproportionately large response packets when the requesting party specifies a large max-repetitions value. This response amplification allows the affected devices to be misused as reflectors in distributed denial-of-service (DDoS) attacks against arbitrary third-party victims on the internet.
CVE-2008-4309

certvde.com/en/advisories/vde-

murrelektronik.csaf-tp.certvde

  • 0
  • 0
  • 0
  • 14h ago

Overview

  • composer
  • composer

08 Jul 2026
Published
09 Jul 2026
Updated

CVSS v3.1
HIGH (7.0)
EPSS
0.13%

KEV

Description

Composer is a dependency Manager for the PHP language. Prior to 2.2.29 and 2.10.2, a maliciously crafted package from an untrusted repository other than Packagist.org or Private Packagist can cause Composer to write attacker-controlled files outside the vendor directory and outside the project during install or update by using an invalid package name that is not correctly validated before dependency-resolution results are written or installed. This issue is fixed in versions 2.2.29 and 2.10.2.

Statistics

  • 1 Post

Last activity: 12 hours ago

Fediverse

Profile picture fallback

PHP Composer patched three flaws, including CVE-2026-59948, an arbitrary file write that can run code outside your project. Update to 2.10.2 or 2.2.29.

securityonline.info/php-compos

  • 0
  • 0
  • 0
  • 12h ago

Overview

  • Microsoft
  • Microsoft Malware Protection Engine

16 Jun 2026
Published
08 Jul 2026
Updated

CVSS v3.1
HIGH (7.8)
EPSS
3.39%

KEV

Description

Microsoft is aware of an elevation of privilege in the Microsoft Malware Protection Engine in Microsoft Defender publicly referred to as "RoguePlanet ".

Statistics

  • 1 Post

Last activity: Last hour

Bluesky

Profile picture fallback
A reader sent me 'Windows Defender bug fills your disk, patch now.' Backwards. The real bug (CVE-2026-50656) lets an attacker already on your PC grab full SYSTEM control, even with Defender off. Patch anyway. https://secureinseconds.com/blog/2026-07-15-windows-defender-rogueplanet-0day
  • 0
  • 0
  • 0
  • Last hour

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 1 Post

Last activity: 10 hours ago

Bluesky

Profile picture fallback
Zoomに、Highの脆弱性情報 ZSB-26012 が公開されました。 「CVE-2026-53410 : Zoom Clients for Windows - Race Condition」 CVSSv3: 7 → https://www.zoom.com/en/trust/security-bulletin/ZSB-26012/
  • 0
  • 0
  • 0
  • 10h ago

Overview

  • Pending

Pending
Published
Pending
Updated

CVSS
Pending
EPSS
Pending

KEV

Description

This candidate has been reserved by a CVE Numbering Authority (CNA). This record will be updated by the assigning CNA once details are available.

Statistics

  • 1 Post

Last activity: 10 hours ago

Bluesky

Profile picture fallback
Zoomに、Criticalの脆弱性情報 ZSB-26014 が公開されました。 「CVE-2026-53412 : Zoom Workplace for Windows - Improper Input Validation」 CVSSv3: 9.8 → https://www.zoom.com/en/trust/security-bulletin/ZSB-26014/
  • 0
  • 0
  • 0
  • 10h ago

Overview

  • Moodle Project
  • moodle

24 Feb 2025
Published
24 Feb 2025
Updated

CVSS v3.1
HIGH (8.3)
EPSS
0.48%

KEV

Description

Description information displayed in the site administration live log required additional sanitizing to prevent a stored XSS risk.

Statistics

  • 1 Post

Last activity: 4 hours ago

Fediverse

Profile picture fallback

‼️ CVE-2025-26529: Moodle XSS to RCE Exploit

GitHub: github.com/Astroo18/PoC-CVE-20

  • 0
  • 0
  • 0
  • 4h ago
Showing 21 to 30 of 66 CVEs