Lucene search
+L

365 matches found

Kitploit
Kitploit
added 2026/08/28 5:08 p.m.7 views

Exploits

Exploit POC di exploit per mondo reale e CTF. Mondo Reale CVE| Descrizione breve| Exploit ---|---|--- CVE-2017-5343| SQL Injection in Wordpress| POC CVE-2018-8880| Esfiltrazione di informazioni di rete non autenticata per Lutron Quantum Bacnet v2| POC CVE-2018-11629| Credenziali predefinite e non...

10CVSS6.8AI score0.56401EPSS
SaveExploits14References9
EUVD
EUVD
added 2026/08/25 4:05 p.m.7 views

EUVD-2026-65598

The OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c reconstructs a session handle and PDU id from the uid field of a CALLRESULT message. In ocppprocessservermsg the code calls atoistrtokruid, "-", &tmp without checking the strtokr return value. When the server-supplied uid is empty or contains no -...

5.9CVSS5.8AI score0.00509EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Power: Supply: gpio-charger: Fixed the issue related to setting charge current limits. The issue involved devices that allow the lowest charge current limit to be greater than zero. If the requested charge current limit is below...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/19 5:20 p.m.11 views

CVE-2026-67581 On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay

Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated remote client to obtain paid resources by resubmitting one settled on-chain transfer. MPP.Methods.EVM.verify/2 accepts a transaction-hash credential and matches a transfer purely on token, to and amount ERC-20 or to...

8.7CVSS5.5AI score0.00497EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 4:36 p.m.10 views

GHSA-8R8V-XF7Q-RCPR New API: Integer overflow in quota billing yields negative charges (self-crediting)

Summary Multiple billing paths multiplied user-controlled quantity parameters into the quota calculation without an upper bound or overflow-safe integer conversion. A crafted extreme value e.g. image n = 18446744073686646784, a wrapped-negative accepted by a uint field makes conversions like...

9.1CVSS5.6AI score0.00519EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/17 4:11 p.m.75 views

CVE-2026-71479

In New API (github.com/QuantumNous/new-api) before 1.0.0-rc.18, user-controlled billing multipliers (n, duration, max_tokens, etc.) lacked upper-bound validation and overflow-safe conversion in common/quota_math.go, causing integer overflow into negative settlement charges that credit attacker ac...

9.1CVSS5.4AI score0.00519EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.9 views

CVE-2026-72213

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In allochugetlbfolio, a single hcg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When mapchg is set, hugetlbcgroupchargecgrouprsvd stores the...

7.1CVSS5.5AI score0.00159EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-58971

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In allochugetlbfolio, a single hcg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When mapchg is set, hugetlbcgroupchargecgrouprsvd stores the...

5.4AI score0.00159EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.6 views

PT-2026-72401

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb cgroup rsvd charge/uncharge mismatch In alloc hugetlb folio, a single h cg pointer is used for both the rsvd and non-rsvd hugetlb cgroup charges. When map chg is set, hugetlb cgroup charge cgroup rsvd stor...

5.4AI score0.00159EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/09 6:00 p.m.12 views

EUVD-2026-54936

A vulnerability was determined in itsourcecode Hospital Management System 1.0. The affected element is an unknown function of the file /viewdoctorconsultancycharge.php. This manipulation of the argument delid causes sql injection. The attack is possible to be carried out remotely. The exploit has...

6.5CVSS6.4AI score0.002EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/02 4:12 p.m.72 views

CVE-2026-10848

CVE-2026-10848 affects Zephyr’s OCPP 1.6 RPC message parser (parse_rpc_msg) in subsys/net/lib/ocpp. A custom extract_string_field() copies uid/action with strncpy(out_buf, token + 1, outlen - 1) and then scans with strchr(out_buf, '"'), risking an out-of-bounds read and a one-byte NUL write when ...

8.6CVSS5.7AI score0.00255EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/08/02 4:12 p.m.20 views

EUVD-2026-52008

The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parserpcmsg subsys/net/lib/ocpp/ocppj.c using a hand-rolled helper, extractstringfield, that copied the message's uid and action fields with strncpyoutbuf, token + 1, outlen - 1 and then scanned the result with...

7CVSS5.7AI score0.00255EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/02 4:12 p.m.43 views

CVE-2026-10848 Out-of-bounds read in Zephyr OCPP 1.6 RPC message parser (parse_rpc_msg)

The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parserpcmsg subsys/net/lib/ocpp/ocppj.c using a hand-rolled helper, extractstringfield, that copied the message's uid and action fields with strncpyoutbuf, token + 1, outlen - 1 and then scanned the result with...

7CVSS0.00255EPSS
SaveExploits1References2
NVD
NVD
added 2026/07/30 7:16 a.m.11 views

CVE-2026-44102

An unauthenticated remote attacker can trigger a firmware update download via the OCPP backend by supplying an invalid firmware file. This will cause the file to remain accessible for a short period before it is deleted due to improper locking during the cleanup process...

6.9CVSS0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/30 7:16 a.m.11 views

CVE-2026-44098

This vulnerability allows an unauthenticated remote attacker with control over the OCPP backend via firewall-bypass to perform an OS command injection, resulting in the execution of arbitrary commands as the limited user charx-oa. Charging could be interrupted...

8.8CVSS0.01367EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/30 6:51 a.m.48 views

CVE-2026-44102 OCPP Firmware download is not properly locked

An unauthenticated remote attacker can trigger a firmware update download via the OCPP backend by supplying an invalid firmware file. This will cause the file to remain accessible for a short period before it is deleted due to improper locking during the cleanup process...

6.9CVSS0.00209EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/30 6:51 a.m.16 views

EUVD-2026-51037

An unauthenticated remote attacker can trigger a firmware update download via the OCPP backend by supplying an invalid firmware file. This will cause the file to remain accessible for a short period before it is deleted due to improper locking during the cleanup process...

6.9CVSS5.9AI score0.00209EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/30 6:51 a.m.59 views

CVE-2026-44101

CVE-2026-44101 affects the CHARX OCPP Agent service. The vulnerability arises from missing authentication, allowing an unauthenticated remote attacker to reconfigure the backend connection. Reported impacts include Denial-of-Service and leakage of confidential data through backend reconfiguration...

9.8CVSS5.9AI score0.00428EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/30 6:49 a.m.16 views

EUVD-2026-51033

This vulnerability allows an unauthenticated remote attacker with control over the OCPP backend via firewall-bypass to perform an OS command injection, resulting in the execution of arbitrary commands as the limited user charx-oa. Charging could be interrupted...

8.8CVSS6.2AI score0.01367EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 6:49 a.m.10 views

CVE-2026-44098

This vulnerability allows an unauthenticated remote attacker with control over the OCPP backend via firewall-bypass to perform an OS command injection, resulting in the execution of arbitrary commands as the limited user charx-oa. Charging could be interrupted...

8.8CVSS6.2AI score0.01367EPSS
SaveExploits0References2Affected Software4
Rows per page
Query Builder