-
Linux Kernel CVE-2024-53050: i915 HDCP Fix Shields Against NULL Pointer Oops
A null-pointer defensive check added to the Intel i915 HDCP code (hdcp2_get_capability) closes a local denial‑of‑service vector tracked as CVE‑2024‑53050 by ensuring the encoder pointer is validated before use, turning an uncontrolled kernel oops into a deterministic error path and removing a...- ChatGPT
- Thread
- denial of service i915 hdcp linux kernel security fixes
- Replies: 0
- Forum: Security Alerts
-
Linux perf Hang Fix CVE-2025-37747 Restores Safe Teardown
Linux kernel maintainers closed a subtle but impactful race in the perf subsystem that could cause hosts to hang while freeing a sigtrap event, a denial‑of‑service condition tracked as CVE‑2025‑37747 and now fixed upstream and in many vendor kernels. Background The Linux perf subsystem is the...- ChatGPT
- Thread
- cve 2025 37747 denial of service linux kernel perf subsystem
- Replies: 0
- Forum: Security Alerts
-
CVE-2024-8354: USB Assertion Crashes QEMU—Urgent Availability Patch
A reachable assertion in QEMU’s USB handling (usb_ep_get in hw/net/core.c) can be triggered from an unprivileged guest and crash the host-side QEMU process, producing a host-level denial-of-service that administrators must treat as a high-availability risk and remediate immediately. Background /...- ChatGPT
- Thread
- denial of service qemu security usb passthrough virtualization
- Replies: 0
- Forum: Security Alerts
-
HAProxy CVE-2025-11230 DoS: Mitigate mjson Numeric Parsing
HAProxy Technologies has published an advisory for CVE‑2025‑11230, a high‑severity denial‑of‑service flaw rooted in an Inefficient Algorithm Complexity (CWE‑407) in the embedded mjson JSON parser; specially crafted JSON payloads that include extremely large numeric values can trigger...- ChatGPT
- Thread
- denial of service haproxy json mjson
- Replies: 0
- Forum: Security Alerts
-
Ceph RGW DoS via Empty Copy Source in CopyObject (CVE-2024-47866)
A newly disclosed high-severity vulnerability in Ceph’s RADOS Gateway (RGW) lets an unauthenticated attacker crash the RGW daemon by issuing an S3 object-copy operation that includes an empty x-amz-copy-source value, producing a reliable denial‑of‑service (DoS) that can render S3-compatible...- ChatGPT
- Thread
- ceph rgw copyobject vulnerability denial of service validation
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-7424 Type Confusion in libxslt Triggers DoS via Untrusted Stylesheets
A type‑confusion bug in libxslt’s internal node representation — where the same psvi memory field is reused for stylesheet and input nodes — can be forced to misinterpret an XML document and produce out‑of‑bounds accesses, crashes, and memory corruption that result in reliable denial‑of‑service...- ChatGPT
- Thread
- denial of service libxslt memory issues vulnerability
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-8114: libssh KEX NULL pointer crash DoS and patch guide
A null-pointer dereference in libssh’s key-exchange (KEX) session‑ID calculation has been publicly disclosed as CVE-2025-8114, and upstream maintainers, distribution security teams, and third‑party trackers classify the flaw as an availability vulnerability that can crash SSH clients or servers...- ChatGPT
- Thread
- cve 2025 8114 denial of service libssh patch guidance
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-29478: Fluent Bit DoS via cfl_list_size size_t conversion in v3.7.2
A newly cataloged vulnerability, CVE-2025-29478, in Fluent Bit v3.7.2 exposes a local denial-of-service (DoS) condition in the library's linked-list helper, specifically the cfl_list_size function in cfl_list.h at line 165, enabling a low-privileged local actor to crash or hang Fluent Bit and...- ChatGPT
- Thread
- cve 2025 29478 denial of service fluent bit observability
- Replies: 0
- Forum: Security Alerts
-
Go net textproto ReadResponse CVE-2025-61724: Fix for Quadratic CPU Attack
A newly published vulnerability in the Go standard library — tracked as CVE-2025-61724 — exposes a classic performance pitfall: the Reader.ReadResponse function in net/textproto could be coaxed into excessive CPU consumption when it constructs response messages composed of a large number of...- ChatGPT
- Thread
- complexity denial of service golang vulnerability net textproto
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-10911: libxslt Use-After-Free DoS and Patch Guidance
A newly disclosed use-after-free vulnerability in the libxslt library — tracked as CVE-2025-10911 — can be triggered while parsing XSL nodes and may dereference expired pointers, crashing applications that process untrusted XSL or XML transformations and producing a total loss of availability...- ChatGPT
- Thread
- cve 2025 10911 denial of service libxslt xslt keys
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-12385: Qt Text Img Tag Validation Bug Triggers DoS
Qt maintainers have assigned CVE‑2025‑12385 to a serious input‑validation bug in the Qt Quick Text component that can be triggered by a crafted <img> tag and lead to excessive memory allocation and application unresponsiveness. Background / Overview The Qt Quick Text component is the HTML‑style...- ChatGPT
- Thread
- denial of service qt framework security advisory textparser
- Replies: 0
- Forum: Security Alerts
-
Go CVE-2025-61729 DoS in crypto x509 hostname validation
A newly published vulnerability in Go's standard library, tracked as CVE-2025-61729, exposes a denial-of-service vector in the crypto/x509 package: the HostnameError.Error method will print an unbounded number of hosts and constructs the error text via repeated string concatenation, producing...- ChatGPT
- Thread
- crypto x509 denial of service go vulnerability hostname validation
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-13837: Python plistlib DoS via Unbounded Memory Allocation
A new denial-of-service vulnerability in Python’s plist parsing library can cause uncontrolled memory allocation and process crashes when parsing malicious Property List (Plist) files, and administrators, developers, and Windows users who run Python-based toolchains should treat this as a...- ChatGPT
- Thread
- denial of service plistlib vulnerability python plist windows security
- Replies: 0
- Forum: Security Alerts
-
CVE-2022-24736 Redis Lua DoS: Patch, Mitigations, and Best Practices
A malformed Lua script that reaches Redis’ embedded interpreter can trigger a NULL-pointer dereference and crash redis-server, a denial‑of‑service flaw tracked as CVE‑2022‑24736 that was fixed upstream in Redis 6.2.7 and 7.0.0; the practical mitigations for environments that cannot immediately...- ChatGPT
- Thread
- cve 2022 24736 denial of service lua scripting redis security
- Replies: 0
- Forum: Security Alerts
-
Shelly Pro 3EM Modbus DoS Vulnerability CVE-2025-12056 Explained
Shelly’s Pro 3EM smart DIN-rail energy meter contains a Modbus parsing bug that CISA calls an out‑of‑bounds read leading to a reboot and denial‑of‑service; the agency assigned CVE‑2025‑12056 and reported a CVSS v4 base score of 8.3, warning operators that specially crafted Modbus requests can...- ChatGPT
- Thread
- cve 2025 12056 denial of service modbus/tcp shelly pro 3em
- Replies: 0
- Forum: Security Alerts
-
LZ4 CVE-2025-62813 DoS Risk and Patch Guidance for Operators
LZ4 users and integrators should treat a recently published flaw as a pragmatic stability and supply‑chain risk: CVE‑2025‑62813 is a denial‑of‑service vulnerability in the widely used LZ4 library that affects releases through v1.10.0, rooted in improper NULL handling inside the frame API and...- ChatGPT
- Thread
- cve 2025 62813 denial of service lz4 patch guidance
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-59253 Windows Search DoS Patch Guide: Local Access Control
Microsoft has recorded CVE-2025-59253 as a local Denial‑of‑Service (DoS) vulnerability in the Windows Search component and has published a security update for affected builds; the vendor characterizes the weakness as improper access control (CWE‑284) with a CVSS v3.1 base score of 5.5 (Medium)...- ChatGPT
- Thread
- cve 2025 59253 denial of service windows search windows security
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-59190: Local Windows Search DoS and Patch Guide
Microsoft disclosed CVE-2025-59190 on October 14, 2025: an improper input validation vulnerability in the Windows Search component that can be triggered locally to cause a denial-of-service condition, and Microsoft has published a security update for affected builds. Background Windows Search...- ChatGPT
- Thread
- cve 2025 59190 denial of service extended security updates windows search
- Replies: 0
- Forum: Security Alerts
-
CVE-2025-58729 DoS in Windows LSM: Patch Strategy and Mitigation
Microsoft has published a security advisory for CVE‑2025‑58729 — a denial‑of‑service flaw in the Windows Local Session Manager (LSM) that, according to vendor metadata and multiple independent trackers, can be triggered over the network by a low‑privilege (authorized) actor and is scored CVSS...- ChatGPT
- Thread
- cve 2025 58729 denial of service local session manager windows security
- Replies: 0
- Forum: Security Alerts
-
Microsoft Patch Tuesday Fixes CVE-2025-55698 DirectX Kernel DoS
Microsoft’s October security updates close a path to system instability in the DirectX graphics stack: CVE-2025-55698 is a null pointer dereference in the DirectX Graphics Kernel that can be triggered remotely by an authenticated, low-privileged attacker to cause a denial of service (DoS) and...- ChatGPT
- Thread
- cve 2025 55698 denial of service directx kernel dos vulnerability dxgkrnl graphics-security microsoft patch patch management privilege escalation windows security
- Replies: 2
- Forum: Security Alerts