Lucene search
+L

5242 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/07 6:02 p.m.14 views

CVE-2026-64638

WordPress is vulnerable to a pre-auth reflected XSS vulnerability on the login screen. Via a specially crafted malicious third-party website hosted by an attacker, it is possible for this to be escalated to an RCE vulnerability with conditions outside of the attackers control. This requires...

8.9CVSS5.6AI score0.31204EPSS
SaveExploits33References3
NVD
NVD
added 2026/08/07 6:16 a.m.16 views

CVE-2026-16039

The MStore API WordPress plugin before 4.21.0 does not restrict its vendor-orders endpoint to the caller's own orders, allowing any authenticated user, including Subscribers, to read every WooCommerce order in the store together with each customer's personal information...

6.5CVSS0.00201EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/07 5:09 a.m.9 views

Security Bulletin: IBM Sterling Control Center is affected by multiple vulnerabilities in activemq-all-5.19.0.jar

Summary IBM Sterling Control Center is affected by multiple vulnerabilitiesCVE-2026-49432, CVE-2026-49434, CVE-2026-50734, CVE-2026-53916, CVE-2026-53917, CVE-2026-54475 reported for activemq-all-5.19.0.jar. Vulnerability Details CVEID:CVE-2026-49432 DESCRIPTION: Improper Input Validation...

7.5CVSS5.6AI score0.00785EPSS
SaveExploits0Affected Software1
Cvelist
Cvelist
added 2026/08/06 7:06 a.m.46 views

CVE-2026-64585 can: esd_usb: kill anchored URBs before freeing netdevs

In the Linux kernel, the following vulnerability has been resolved: can: esdusb: kill anchored URBs before freeing netdevs esdusbdisconnect frees each CAN netdev with freecandev inside its per-netdev loop and only calls unlinkallurbsdev afterwards. The per-netdev private data struct esdusbnetpriv...

7.8CVSS0.0012EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/05 1:24 p.m.11 views

CVE-2026-71227

A flaw was found in libkcapi. A local attacker can influence an application that uses the Asynchronous Input/Output AIO interface. By reusing an AIO-enabled handle after a prior completion error, the kcapiaioreadall function can enter a non-terminating wait loop. This can lead to a persistent...

5.1CVSS0.00165EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/08/05 12:42 p.m.55 views

CVE-2026-71227 Libkcapi: infinite loop denial of service in libkcapi _kcapi_aio_read_all() due to unhandled io_getevents() timeout return

A flaw was found in libkcapi. A local attacker can influence an application that uses the Asynchronous Input/Output AIO interface. By reusing an AIO-enabled handle after a prior completion error, the kcapiaioreadall function can enter a non-terminating wait loop. This can lead to a persistent...

5.1CVSS0.00165EPSS
SaveExploits1References6
NVD
NVD
added 2026/08/05 8:16 a.m.13 views

CVE-2026-61483

UNSUPPORTED WHEN ASSIGNED Uncontrolled Recursion vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to...

7.5CVSS0.0082EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 8:16 a.m.11 views

CVE-2026-61485

Rejected reason: this attack requires control over the search index, which is considered fully trusted by Lucy...

0.00617EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/05 6:44 a.m.12 views

EUVD-2026-53191

UNSUPPORTED WHEN ASSIGNED Stack-based Buffer Overflow vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance ...

9.8CVSS5.4AI score0.00634EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:44 a.m.49 views

CVE-2026-61486

Technical details about CVE-2026-61486 are not publicly available in the provided documents. The sources consistently note that Apache Lucy is retired and no fix is planned; monitor for updates.

9.8CVSS5.4AI score0.00634EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/05 6:43 a.m.11 views

CVE-2026-61485

...

5.4AI score0.00617EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/05 6:43 a.m.14 views

EUVD-2026-53190

UNSUPPORTED WHEN ASSIGNED Memory Allocation with Excessive Size Value vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access ...

7.5CVSS5.4AI score0.00617EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 6:43 a.m.47 views

CVE-2026-61485

...

0.00617EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/05 6:42 a.m.15 views

EUVD-2026-53189

UNSUPPORTED WHEN ASSIGNED Deserialization of Untrusted Data vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the...

9.8CVSS5.4AI score0.0062EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 6:36 a.m.13 views

EUVD-2026-53168

UNSUPPORTED WHEN ASSIGNED Uncontrolled Recursion vulnerability in Apache Lucy. This issue affects Apache Lucy: all versions. As this project is retired, we do not plan to release a version that fixes this issue. Users are recommended to find an alternative or restrict access to the instance to...

5.4AI score0.0082EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/04 11:34 a.m.11 views

PYSEC-2026-3589 Open WebUI: Cross-user model-list exposure via static cache key in get_all_models (aiocache key= vs key_builder= misuse)

Summary The getallmodels handlers in routers/openai.py and routers/ollama.py intended to cache their permission-filtered model lists per user, but the @cached decorator was misconfigured: it passed a key= lambda instead of keybuilder=. In aiocache 0.12.3 the pinned version, key= is a static cache...

3.5CVSS5.5AI score0.00297EPSS
SaveExploits1References8
NVD
NVD
added 2026/08/02 1:16 p.m.15 views

CVE-2026-67356

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity.createUser without permission checks. Attackers with UPDATESCHEMA permission can create triggers that execute JavaScript to create server-wid...

8.8CVSS0.00246EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/02 12:15 p.m.17 views

EUVD-2026-51986

ArcadeDB before 26.7.3 binds the real LocalDatabase object into JavaScript trigger contexts with HostAccess.ALL, allowing schema-admins to call getSecurity.createUser without permission checks. Attackers with UPDATESCHEMA permission can create triggers that execute JavaScript to create server-wid...

8.8CVSS5.6AI score0.00246EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/31 7:38 p.m.13 views

GHSA-MX5J-MP4F-G8JG Savon::Model evaluates WSDL operation names as Ruby source

Impact Savon::Model generated SOAP operation methods by interpolating operation names into Ruby source passed to moduleeval. An attacker who can control the operation names of a WSDL, can inject Ruby code that executes in the application process. This affects only the .alloperations class method...

8.1CVSS5.6AI score0.00418EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/31 4:54 p.m.11 views

SUSE CVE-2026-11770

A flaw was found in 389 Directory Server. An unauthenticated remote attacker can inject LDAP search filters into the CleanAllRUV replication status-check extended operation. Because the handler performs the search against cn=config with elevated replication plugin privileges and returns a boolean...

7.5CVSS5.5AI score0.00527EPSS
SaveExploits0References5
Rows per page
Query Builder