Lucene search
+L
AttackerkbMost viewed

96138 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74577

In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtmtos in mplsgetroute mplsgetroute builds the RTMNEWROUTE reply to an RTMGETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed allocskbNLMSGGOODSIZE, .... It sets...

5.2AI score0.00165EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74575

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Prevent XDomain delayed work use-after-free on disconnect tbxdphandlerequest runs on systemwq and queues xd-statework via queuedelayedwork in three request handlers: PROPERTIESCHANGEDREQUEST, UUIDREQUEST via...

5.2AI score0.00238EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74576

In the Linux kernel, the following vulnerability has been resolved: mm/slab: prevent unbounded recursion in free path with new kmalloc type Commit 280ea9c3154b "mm/slab: avoid allocating slabobjext array from its own slab" avoided recursive allocation of objexts from kmalloc caches of the same...

5.4AI score0.00376EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74574

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix fdev setup failure cleanup in idxdcdevopen The faileddevadd and faileddevname paths drop the file-device reference while wq-wqlock is still held. If putdevicefdev drops the last reference, idxdfiledevrelease...

5.3AI score0.00122EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74572

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock between metadata writeback and transaction commit When writing out metadata extent buffers in a zoned filesystem, btreewritepages holds fsinfo-zonedmetaiolock across the whole writeback loop, including...

5.3AI score0.00346EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74567

In the Linux kernel, the following vulnerability has been resolved: keys: fix out-of-bounds read in keyringgetkeychunk For description-level chunks keyringgetkeychunk advances the read pointer by level sizeoflong past the inline prefix but only bounds-checks the prefix, so a long enough key...

5.3AI score0.00117EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74565

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: make nftobject rhltable per table The nftobject rhltable is global, this allows for accessing objects that are being dismangled from lookup path by other existing netns. Given the nftobjdestroy releases the...

5.5AI score0.00117EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74564

In the Linux kernel, the following vulnerability has been resolved: netfilter: xthashlimit: validate hashtable supports XTHASHLIMITRATEMATCH The XTHASHLIMITRATEMATCH flag mode changes the semantics of the dsthashent structure which represents an entry in the hashtable. There is a union area which...

5.4AI score0.00118EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:28 p.m.22 views

CVE-2026-74559

In the Linux kernel, the following vulnerability has been resolved: xsk: drain continuation descs after overflow in xskbuildskb Fix generic xmit path multi-buffer logic when packets are either too big count of descriptors exceed MAXSKBFRAGS or an invalid descriptor is included in fragmented packe...

5.4AI score0.00166EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74545

In the Linux kernel, the following vulnerability has been resolved: rtase: fix double free of multi-frag skb on DMA map failure In rtasestartxmit, when the head buffer DMA mapping fails after rtasexmitfrags has mapped all fragments, the error path clears the fragment descriptors with...

5.6AI score0.00457EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74542

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folioqueue ENOMEM in writeback by adding a mempool Fix the handling of folioqueue allocation failure in writeback by adding a mempool and passing in gfpt flags to the rolling buffer functions that allocate memory, usin...

5.6AI score0.00155EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74539

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: lock sk in isosockgetname Accessing isopisk-conn requires locksock, which is not held here. Fix by adding the lock/release...

5.1AI score0.00249EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74536

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix leaking sk after socket release isosockkill tests !sockflagsk, SOCKZAPPED || sk-sksocket || sockflagsk, SOCKDEAD for early return, but this is always true since sockorphansk sets SOCKDEAD, so the sk reference...

5.3AI score0.00168EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74521

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp stops comparing at the first NUL byte, so different ClientGUID values can incorrectly be treated as equa...

5.3AI score0.00315EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74520

In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopfgroupalloc links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufdfaultiopfhandler also queued an accepted group in the...

5.4AI score0.00127EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74518

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix list corruption in allocatefileregionentries allocatefileregionentries tops up resv-regioncache with freshly allocated fileregion descriptors. The allocation uses GFPKERNEL, so resv-lock is dropped around it: the...

5.4AI score0.00126EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74516

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to run L2. If AVIC is...

5.5AI score0.00135EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74495

In the Linux kernel, the following vulnerability has been resolved: igbvf: Fix leak in TX DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buffers already mapped for that skb. Because count is incremented before each frag mapping, it will always...

5.3AI score0.00514EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74489

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

5.5AI score0.00218EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 8:27 a.m.22 views

CVE-2026-16142

The TrueBooker plugin for WordPress is vulnerable to Account Takeover in all versions up to, and including, 1.2.6. This is due to the addfrontuserupdate AJAX handler being registered for unauthenticated users and accepting an arbitrary truebookerwpuserid value, which is passed directly to...

5.5AI score0.00377EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/15 5:58 a.m.22 views

CVE-2026-74345

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix endpoint/socket association handling Disassociating a socket from an endpoint via siwsocketdisassoc may release the last reference on that endpoint and free it. Therefore, don't clear the endpoints socket pointer...

5.3AI score0.00444EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 3:25 a.m.22 views

CVE-2026-13360

The Cookie Banner for GDPR / CCPA – WPLP Cookie Consent plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'regionArray' parameter in all versions up to, and including, 4.3.5 due to insufficient input sanitization and output escaping. This makes it possible for...

5.5AI score0.00247EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/08/14 7:20 p.m.22 views

CVE-2026-17179

IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a remote authenticated attacker to cause a denial of service due to command injection...

5.4AI score0.01176EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/14 7:18 p.m.22 views

CVE-2026-16915

IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a remote authenticated attacker to obtain sensitive information due to improper input validation...

5.3AI score0.0057EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/14 2:31 p.m.22 views

CVE-2026-19880

Path-traversal vulnerability in QOS.CH Sarl Logback-classic on Java logback-classic module allows path-traversal vulnerability. More specifically, an MDC-based discriminator value flows unsanitized into a nested FileAppender path, letting an attacker who influences that MDC value e.g. via an HTTP...

5.3AI score0.00331EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/14 11:35 a.m.22 views

CVE-2026-72811

SiYuan versions = v3.7.2 contain a SQL injection vulnerability in the backlink/mention search query kernel/model/backlink.go, which concatenates stored block metadata title, name, alias, anchor text and the client-supplied keyword into a SQL MATCH/search statement while escaping only the...

6.1AI score0.0025EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/12 11:52 a.m.22 views

CVE-2026-70465

A buffer copy without checking size of input 'classic buffer overflow' vulnerability in Fortinet FortiClientWindows 7.4.0 through 7.4.3, FortiClientWindows 7.2.0 through 7.2.11 may allow an unauthenticated attacker in a position to alter or craft DNS responses to the targeted host to execute...

8.1CVSS6AI score0.00667EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/11 4:17 a.m.22 views

CVE-2026-19425

Travel Agency Management System developed by Win Men Intermational has a SQL Injection vulnerability. Unauthenticated remote attackers can inject arbitrary SQL commands to read, modify, and delete database contents...

9.8CVSS5.9AI score0.00474EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/10 5:56 p.m.22 views

CVE-2026-72899

Metabase allows an unauthenticated attacker to inject arbitrary SQL via a publicly shared card or dashboard that exposes a field-filter dimension parameter...

10CVSS5.7AI score0.00559EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/08/09 6:30 a.m.22 views

CVE-2026-19339

A security flaw has been discovered in aliyun alibabacloud-dataworks-mcp-server up to 1.0.43. The impacted element is the function ReadResourceRequestSchema of the file src/resources/initResources.ts. The manipulation of the argument request.params.uri results in server-side request forgery. The...

6.5CVSS6.3AI score0.0021EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/07 2:09 p.m.22 views

CVE-2026-61477

An injection vulnerability was found in libvirt's virtual network driver. The network XML parser does not strip newline characters from DNS TXT record value attributes and SRV record domain/target attributes. These values are written verbatim into the dnsmasq configuration file generated by the...

2.3CVSS5.7AI score0.00163EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/06 1:38 p.m.22 views

CVE-2026-64993

Dell RVTools versions prior to 4.8.1, contains an improper certificate validation vulnerability in the collector. A remote unauthenticated attacker could potentially exploit this vulnerability leading to loss of confidentiality and integrity...

6.8CVSS5.5AI score0.00139EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/03 5:31 p.m.22 views

CVE-2026-68869

This CVE ID was assigned in error. Upon further review, the reported issue does not represent a security vulnerability and does not require a CVE record...

5.5AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/02 2:56 p.m.22 views

CVE-2026-65321

PyAthena prior to 3.35.4 contains a sql injection vulnerability that allows unauthenticated attackers to inject arbitrary SQL by exploiting improper quote-escaping in DefaultParameterFormatter.format, which routes DELETE and CTAS statements to the escapehive function that backslash-escapes single...

9.8CVSS6.1AI score0.00984EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/31 4:41 p.m.22 views

CVE-2026-51299

DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none...

5.4AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/31 9:58 a.m.22 views

CVE-2026-62391

The security fix for CVE-2025-66518 is incomplete. Any client who can access to Apache Kyuubi Server via Kyuubi frontend protocols can bypass server-side config kyuubi.session.local.dir.allowlist via unprefixed Spark config aliases. This issue affects Apache Kyuubi: from 1.6.0 before 1.12.0. User...

8.8CVSS5.4AI score0.01051EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/30 8:15 p.m.22 views

CVE-2026-68500

Sylius Mollie Plugin provides Mollie payment integration for Sylius applications. Prior to 2.2.8, 3.2.4, and 3.3.1, Sylius Mollie Plugin's POST /locale/update-payment payment webhook accepts attacker-controlled id and orderId parameters but does not verify that the Mollie payment belongs to the...

7.5CVSS5.9AI score0.00382EPSS
SaveExploits0References11Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/30 1:57 p.m.22 views

CVE-2026-67351

Serendipity before 2.6.1 contains an authentication context confusion vulnerability where password validation and session loading operate independently without ensuring both use the same user record. An authenticated Editor can create a username collision with an Administrator account and obtain...

8.8CVSS5.9AI score0.0037EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/28 5:09 p.m.22 views

CVE-2026-54635

pytonapi is a Python SDK for TONAPI that provides REST API, streaming, and webhook access to the TON blockchain. From 2.0.0 to 2.2.0, TonapiWebhookDispatcher fails to validate the Authorization header when a webhook handler is registered with the documented path argument, because setup stores...

7.5CVSS6AI score0.0042EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/27 8:12 p.m.22 views

CVE-2026-43739

An out-of-bounds write issue was addressed with improved bounds checking. This issue is fixed in iOS 26.6 and iPadOS 26.6, macOS Tahoe 26.6, tvOS 26.6, visionOS 26.6, watchOS 26.6. An app may be able to cause unexpected system termination...

5.8AI score0.0018EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.22 views

CVE-2026-64437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of a deferred filelock on SMB2CLOSE then SMB2CANCEL Commit f580d27e8928 "ksmbd: fix use-after-free of a deferred filelock on double SMB2CANCEL" made smb2cancel skip a work whose state is...

5.7AI score0.00435EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 7:54 p.m.22 views

CVE-2026-66041

FFmpeg 7.0 through 8.1.2, fixed in commit 4da9812, contains a heap out-of-bounds write vulnerability in the vfquirc filter that allows an attacker to corrupt heap memory by supplying a crafted PGS/SUP subtitle file with mismatched frame dimensions. Attackers can provide a subtitle file whose seco...

8.8CVSS6AI score0.00539EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.22 views

CVE-2026-64212

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: don't dereference a pointer before NULL checking it In iwlmldremovelink, the link-fwid is saved at the beginning of the function so we have it after we freed the link. But the link pointer can be NULL, and is...

5.7AI score0.00117EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/23 11:18 a.m.22 views

CVE-2026-65479

Subscriber Broken Access Control in Reviewer = 3.14.2 versions...

5.4CVSS5.2AI score0.00287EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/22 1:38 p.m.22 views

CVE-2026-13185

In Progress® Telerik® UI for AJAX prior to v2026.2.708, applications using cookie-based storage in RadPersistenceManager or RadDockLayout deserialize attacker-controlled cookie content, allowing unauthenticated remote code execution...

8.1CVSS5.8AI score0.00486EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/21 9:39 p.m.22 views

CVE-2026-62549

Vulnerability in the Oracle HRMS UK product of Oracle E-Business Suite component: UK Payroll. Supported versions that are affected are 12.2.3-12.2.15. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle HRMS UK. While the vulnerability...

9.6CVSS5.1AI score0.00279EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/21 9:39 p.m.22 views

CVE-2026-62451

Vulnerability in the Oracle Work in Process product of Oracle E-Business Suite component: Internal Operations. Supported versions that are affected are 12.2.14-12.2.15. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Work in Proces...

8.1CVSS7.1AI score0.00362EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/18 7:00 p.m.22 views

CVE-2026-16133

A flaw has been found in LiuMengxuan04 MiniCode 0.1.0. Affected by this vulnerability is the function childprocess.spawn of the file mcp.ts. Executing a manipulation can lead to command injection. The attack can be launched remotely. The attack requires a high level of complexity. The exploitatio...

5.1CVSS5AI score0.01225EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/18 1:51 p.m.22 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.0043EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/17 1:36 p.m.22 views

CVE-2024-23565

HCL Aftermarket EPC is vulnerable to email flooding as the application does not have a proper mail limitation mechanism at Forget Password functionality. The actor could b e a human or an automated process such as a virus or bot. This could be used to cause a denial of service, compromise program...

5.3CVSS5.4AI score0.00402EPSS
SaveExploits0References2Affected Software1
Total number of security vulnerabilities5000