Lucene search
+L

5544 matches found

EUVD
EUVD
•added 2026/08/14 6:00 a.m.•20 views

EUVD-2026-58596

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

8.6CVSS5.7AI score0.00445EPSS
SaveExploits0References1
VulnCheck KEV
VulnCheck KEV
•added 2026/08/14 12:00 a.m.•10 views

VulnCheck KEV: CVE-2026-15205

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

5.9AI score0.00445EPSS
SaveIn wildExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/14 12:00 a.m.•1 views

CVE-2026-15205: Improper Neutralization of Special Elements used in an SQL Command

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

8.6CVSS6AI score0.00445EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/08/14 12:00 a.m.•40 views

PT-2026-72075

Name of the Vulnerable Software and Affected Versions LoRaWAN Fragmented Data Block Transport affected versions not specified Description The LoRaWAN Fragmented Data Block Transport service fails to validate the fragment counter in a received DATA FRAGMENT command before forwarding it to the...

4.2CVSS5.9AI score0.00244EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/08/14 12:00 a.m.•19 views

PT-2026-71966

The Paymob for WooCommerce WordPress plugin before 4.1.9 does not properly sanitise a client-supplied identifier before using it in a SQL query within its public, unauthenticated payment callback, and performs this query before verifying the payment provider's HMAC signature. This allows...

5.7AI score0.00445EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
•added 2026/08/13 9:54 p.m.•22 views

Malicious code in preinstall-hook-webhook-callback-demo (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d6e707d55368c2628038e0efaac35629fba6dbd520e66a7e29f9c6a86c69b2e1 package.json declares a preinstall lifecycle script that contacts webhook.site, an ephemeral request-capture service commonly used as an...

5.3AI score
SaveExploits0References2
OSV
OSV
•added 2026/08/13 9:13 p.m.•12 views

MAL-2026-13972 Malicious code in @jacksher/install-exec-poc (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector d2551a4d2336e3a5279c44673c1a18dbcebc62268773ee324c8a8e7bb8828423 package.json declares postinstall: node beacon.js. On every npm install, beacon.js unconditionally performs a DNS lookup, an HTTPS GET to...

5.7AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2026/08/13 4:23 p.m.•9 views

SUSE CVE-2026-68178

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: pin the module while the device is open miscopen installs a misc driver's file operations with fopsget, which pins fileoperations::owner before replacing the file's fop. The NSM misc device leaves nsmdevfops.owner unse...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/13 4:23 p.m.•8 views

SUSE CVE-2026-68201

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: drain a slave's callback before its master detaches it sndtimercloselocked drains the closing instance's own in-flight callback IFLGCALLBACK before freeing it, but not its slaves'. When a master instance is closed,...

7.8CVSS5.4AI score0.0017EPSS
SaveExploits0References3
Snyk
Snyk
•added 2026/08/12 5:41 p.m.•17 views

Deserialization of Untrusted Data

Overview apache-airflow-task-sdk is a The Apache Airflow Task SDK includes interfaces for Dag authors and Task execution logic for Python. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the deserialization of the Callback object, which reconstructs the...

8.8CVSS6.4AI score0.01165EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/12 4:22 p.m.•8 views

SUSE CVE-2026-68192

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: make releasescratchbuffers idempotent brcmfpciereleasescratchbuffers frees the shared.scratch and shared.ringupd DMA buffers with dmafreecoherent but does not clear the pointers afterwards, unlike the sibling...

5.5CVSS5.4AI score0.00412EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2026/08/12 4:22 p.m.•9 views

SUSE CVE-2026-68378

In the Linux kernel, the following vulnerability has been resolved: dpll: fix NULL pointer dereference in dpllmsgaddpinrefsync When a dpllpin is shared across multiple dplldevice instances and those devices are being unregistered e.g. during driver module removal, a NULL pointer dereference can...

5.4AI score0.00209EPSS
SaveExploits0References3
CVE
CVE
•added 2026/08/12 3:32 p.m.•41 views

CVE-2026-67587

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

8.8CVSS5.9AI score0.01165EPSS
SaveExploits0References4Affected Software1
OSV
OSV
•added 2026/08/12 3:32 p.m.•10 views

CVE-2026-67587 Apache Airflow: DAG-author remote code execution on the Scheduler via a Serde `Callback` deserialization gadget

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

8.8CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/08/12 3:32 p.m.•48 views

CVE-2026-67587 Apache Airflow: DAG-author remote code execution on the Scheduler via a Serde `Callback` deserialization gadget

Apache Airflow's Task SDK rebuilt a Callback object from serialized data by re-running its constructor, which imports the module named by the stored callback path. Because SyncCallback is itself an Airflow class it passes the default alloweddeserializationclasses allow-list, so tightening that...

0.01165EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/12 12:17 p.m.•14 views

CVE-2026-15213

The Welcart e-Commerce WordPress plugin before 2.11.33 does not verify the authenticity of its convenience-store / bank-transfer settlement callback: an unauthenticated request can flip an order from unpaid to settled purely from an order number and a status flag, with no signature, amount, or...

5.3CVSS0.00158EPSS
SaveExploits0References1
attackerkb
attackerkb
•added 2026/08/12 11:23 a.m.•15 views

CVE-2026-15213

The Welcart e-Commerce WordPress plugin before 2.11.33 does not verify the authenticity of its convenience-store / bank-transfer settlement callback: an unauthenticated request can flip an order from unpaid to settled purely from an order number and a status flag, with no signature, amount, or...

5.3CVSS5.3AI score0.00158EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/12 11:23 a.m.•35 views

CVE-2026-15213 Welcart e-Commerce < 2.11.33 - Unauthenticated Payment Bypass via Forged Settlement Callback

The Welcart e-Commerce WordPress plugin before 2.11.33 does not verify the authenticity of its convenience-store / bank-transfer settlement callback: an unauthenticated request can flip an order from unpaid to settled purely from an order number and a status flag, with no signature, amount, or...

5.3CVSS0.00158EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/12 11:23 a.m.•58 views

CVE-2026-15213

The CVE concerns the Welcart e-Commerce WordPress plugin prior to 2.11.33. The vulnerability lies in the settlement callback for convenience-store/bank-transfer payments, where there is no authenticity verification. An unauthenticated request can flip an order from unpaid to settled using only an...

5.3CVSS5.4AI score0.00158EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/12 11:23 a.m.•16 views

EUVD-2026-57172

The Welcart e-Commerce WordPress plugin before 2.11.33 does not verify the authenticity of its convenience-store / bank-transfer settlement callback: an unauthenticated request can flip an order from unpaid to settled purely from an order number and a status flag, with no signature, amount, or...

5.3CVSS5.4AI score0.00158EPSS
SaveExploits0References1
Rows per page
Query Builder