389305 matches found
CVE-2026-19903
Technical details about CVE-2026-19903 (affected product, components, versions, exploit vectors, remediation) are not publicly provided in the supplied documents. Monitor for updates.
CVE-2026-19598
Pods plugin
CVE-2026-19901
CVE-2026-19901 affects LB-LINK X-PRO 1.0.22-20231206. The vulnerability targets the file /etc/config/easycwmp, enabling manipulation that results in hard-coded credentials. It can be launched remotely and is described as high-severity with components affected including confidentiality, integrity,...
CVE-2026-19900
CVE-2026-19900 affects LB-LINK X-PRO 1.0.22-20231206. The vulnerability is in an unknown function of the /etc/shadow file, leading to hard-coded credentials. Exploitation can be initiated remotely, with high attack complexity and a HIGH impact on confidentiality, integrity, and availability. Expl...
CVE-2026-19899
CVE-2026-19899 affects SourceCodester Class and Exam Timetabling System 1.0. The vulnerability is in an unknown function within the file /edit_teacher.php, where manipulating the argument ID can cause an SQL injection. It is described as exploitable remotely with a publicly disclosed exploit (PoC...
CVE-2026-19898
CVE-2026-19898 affects VictoriaMetrics up to version 1.146.0, specifically the VMAuth Authentication Endpoint (file app/vmauth/main.go, function requestHandler). A manipulation can lead to improper restriction of excessive authentication attempts, with remote attack possibility. The exploit is de...
CVE-2026-19897
CVE-2026-19897 affects mangroup dtale up to 3.22.0, specifically the Login function in dtale/auth.py within the Login Endpoint. The issue involves improper restriction of excessive authentication attempts, enabling a remote attack. The description notes high attack complexity and that exploitatio...
CVE-2026-19896
CVE-2026-19896 affects mangroup dtale up to version 3.22.0, targeting the build_secret_key function in dtale/app.py (Flask Session Cookie). The issue causes insufficiently random values, enabling remote exploitation with high attack complexity and published exploits. A fix is pending approval via...
CVE-2026-18165
Summary: CVE-2026-18165 affects @fastify/oauth2 in versions 7.2.0 up to, but not including, 8.3.0. The vulnerability arises from validating the OAuth state and PKCE code verifier by comparing the callback query parameter to an unprefixed, predictable cookie, with no server-side binding to the ini...
CVE-2026-19474
The CVE-2026-19474 entry concerns @fastify/multipart, affecting versions 3.0.0 up to but not including 10.1.1. The root cause is that request.saveRequestFiles() can leave completed temporary files on disk when a client disconnects while the parser is advancing between multipart parts; the iterato...
CVE-2026-19895
CVE-2026-19895 affects open source POS Open Source Point of Sale, version up to 3.4.2. The vulnerability lies in Login::index (file app/Config/Filters.php, Login Endpoint), where excessive authentication attempts are improperly restricted. This allows a remote attack with high complexity; exploit...
CVE-2026-18549
The CVE-2026-18549 issue affects @fastify/multipart versions 5.3.0 through 10.1.0. When the busboy fileSize limit truncates a file part, the plugin clears its internal current-file reference while the stream remains open. If the client aborts before the terminating boundary is sent, abort cleanup...
CVE-2026-15689
Dancer2::Plugin::Auth::Extensible through 0.713 trusts the Host header (or X-Forwarded-Host) to build password-reset and welcome links, enabling unauthenticated link poisoning that can lead to account takeover. No patch version is specified; mitigation is to set a trusted uri_base configuration v...
CVE-2026-18500
CVE-2026-18500 concerns the @fastify/jwt plugin for Fastify. In versions before 10.2.2, a per-request key passed to request.jwtVerify({ key }) can be silently overridden by the plugin’s globally configured secret due to the option merge applying the global key last. This allows an ordinary authen...
CVE-2026-74577
CVE-2026-74577 applies to the Linux kernel’s MPLS netlink path. A construction of RTM_NEWROUTE replies for RTM_GETROUTE could leak an uninitialized byte from the rtmsg header when rtm_tos was not zeroed, due to missing initialization in mpls_getroute(); the code filled most fields but left rtm_to...
CVE-2026-74576
Summary of CVE-2026-74576 (Linux kernel) : The vulnerability stems from the slab allocator allowing unbounded recursion in the free path due to cycles formed when obj_exts arrays are allocated across KMALLOC_NORMAL caches. Specifically, slabs can form a cycle by allocating each other’s obj_exts a...
CVE-2026-74575
CVE-2026-74575 : The Linux kernel Thunderbolt XDomain use-after-free on disconnect has been addressed. The fix adds a new xd->removing flag protected by xd->lock and uses it in tb_xdomain_remove() to coordinate with queue_delayed_work() sites. This ensures proper serialization between the r...
CVE-2026-74574
CVE-2026-74574 affects the Linux kernel’s dmaengine idxd open path, where error paths in fdev setup could deadlock by dropping the file-device reference while wq->wq_lock is held and then re-acquiring it during release. The description explains that failed_dev_add/failed_dev_name paths drop re...
CVE-2026-74573
Concise summary: CVE-2026-74573 affects the Linux kernel IOMMU arm-smmu-v3-iommufd. The vulnerability arises when a vDEVICE is mapped to more than one stream: arm_vsmmu_vsid_to_sid() uses only master->streams[0], so guests with multiple streams may not invalidate all ATC/IOTLB entries; if ther...
CVE-2026-74572
CVE-2026-74572 affects the Linux kernel’s btrfs zoned feature, causing a deadlock between metadata writeback and transaction commit. When writing metadata extent buffers, btree_writepages() holds fs_info->zoned_meta_io_lock across the writeback loop, including calls to check_bg_is_active(). In...