Lucene search
+L

1312427 matches found

Hacker One
Hacker One
•added 2026/04/20 6:36 a.m.•25 views

curl: Stack exhaustion in MIME multipart reading with deeply nested subparts

Summary: The MIME read path uses mutually recursive helpers for nested multipart structures without enforcing a recursion depth limit. A sufficiently deep tree of nested curlmimesubparts objects causes stack exhaustion when libcurl starts reading the MIME body. The attached PoC builds a deeply...

5.5AI score
SaveExploits0
Huntr
Huntr
•added 2026/04/20 6:32 a.m.•9 views

Arbitrary File Read via LaTeX Injection in compile_latex_code (potential RCE with shell-escape)

Description The /compile-latex endpoint in backend/routers/discussion/utils.py compilelatexcode function allows any authenticated user to submit arbitrary LaTeX code for server-side compilation. The user-provided LaTeX code is written directly to a .tex file and compiled by the system's LaTeX...

6.4AI score
SaveExploits0
Huntr
Huntr
•added 2026/04/19 8:36 p.m.•14 views

Stored XSS in Prompt-Sharing Direct Messages leading to account takeover

This report is not public...

8.7CVSS8AI score0.00334EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/19 6:43 p.m.•8 views

Monero: sign_multisig crashes monero-wallet-rpc on a malformed but decryptable multisig txset

The vulnerability in monero-wallet-rpc's signmultisig function allowed a malformed but decryptable multisig transaction set to cause a process crash instead of returning an error. The issue was resolved in version 0.18.5.0...

5.8AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/19 6:10 p.m.•10 views

Monero: Restricted ZMQ RPC bypasses HTTP restricted-mode resource checks

The restricted ZMQ RPC in monerod did not enforce the same request restrictions as the restricted HTTP RPC. The ZMQ RPC relied primarily on a small method blocklist, allowing several allowed methods to accept requests that the restricted HTTP RPC explicitly rejected or capped. This issue was...

5.8AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/18 11:22 p.m.•31 views

curl: Use-after-free in `curl_easy_ssls_export()` during callback re-entrancy

Summary: curleasysslsexport iterates the SSL session list and invokes a caller-provided callback for each entry. If that callback calls curleasysslsimport on the same easy handle, the import path can evict and free the current session node while the export loop still holds it. The subsequent...

5.5AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/18 10:54 a.m.•11 views

Monero: ZMQ get_output_distribution duplicate amount DoS

The ZMQ getoutputdistribution RPC was vulnerable to a memory exhaustion denial-of-service attack. The method accepted an unbounded amounts array and returned a separate distribution for each entry, allowing a small request to expand into a very large response by repeatedly including the amount 0...

5.9AI score
SaveExploits0
Huntr
Huntr
•added 2026/04/18 3:27 a.m.•15 views

Rate-limit bypass on POST /api/v1/login via X-Forwarded-For rotation

What's wrong The rate limiter on the login endpoint keys each request by request.client.host. Uvicorn is launched with --proxy-headers --forwarded-allow-ips in docker/base.Dockerfile, so request.client.host is whatever the client puts in the X-Forwarded-For header. An attacker just rotates that...

6.5CVSS6.6AI score0.00299EPSS
SaveExploits0
Hacker One
Hacker One
•added 2026/04/17 6:59 p.m.•95 views

curl: libcurl omits IPv6 zoneid from host identity and leaks credentials/cookies across scoped link-local realms

Summary: libcurl omits the IPv6 zoneid component from multiple security-sensitive host identity decisions even though the connection layer still routes by zoneid. As a result, two distinct scoped/link-local destinations such as fe80::X%zoneA and fe80::X%zoneB are treated as the same host by...

7.5CVSS6.7AI score0.03154EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/17 2:41 p.m.•24 views

curl: libcurl reuses a learned RTSP Session header across different hosts on the same easy handle, enabling cross-host session leak and replay

Summary: libcurl automatically learns RTSP Session: headers from server responses and stores them in data-set.strSTRINGRTSPSESSIONID in lib/rtsp.c:1015-1033. On later RTSP requests using the same easy handle, rtspdo reads that easy-handle-scoped value at lib/rtsp.c:373 and unconditionally emits...

5.8AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/17 1:04 p.m.•37 views

Revive Adserver: Stored XSS via malicious usernames in audit log details + Username validation bypass in XML‑RPC addUser

Vulnerability description not provided...

5.8AI score0.00412EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/17 12:29 p.m.•43 views

curl: Digest Auth State Leak on Cross-Origin Redirect via Netrc - Username and Password Hash Sent to Wrong Host

Summary When curl follows an HTTP redirect from hostA to hostB using --netrc --digest -L, Digest authentication state nonce, realm from hostA persists and is combined with hostB's netrc credentials to generate an unsolicited Digest Authorization header sent to hostB. This leaks hostB's username i...

5.7CVSS6.7AI score0.0176EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/17 7:47 a.m.•47 views

Shopify: mruby-engine: UAF in MRubyEngine#initialize enables local RCE

Summary Double-init of MRubyEngine frees engine + unmaps mspace, but leaves Ruby DATAPTR dangling. Kernel reuses freed VA via mmapMAPFIXED. Attacker forges memrubyengine struct + mrbstate in reclaimed region, points mrbstate-allocf at libc.system, arranges bytes of mrbstate to also spell a shell...

5.8AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/17 5:03 a.m.•18 views

Monero: HTML Injection in Transaction Confirmation Dialog via Address Book Description Enables UI Spoofing Before Fund Transfer

The Monero GUI wallet was found to render address book descriptions as HTML in the transaction confirmation dialog without sanitizing the input. This vulnerability could enable an attacker to craft a malicious Monero URI or QR code, which when added to the victim's address book, would display...

9.8CVSS8.7AI score0.10478EPSS
SaveExploits0
Hacker One
Hacker One
•added 2026/04/16 7:50 p.m.•33 views

Revive Adserver: Banner status override by advertiser‑level users

A vulnerability was reported in Revive Adserver 6.0.6 and earlier, which allowed an advertiser-level user to activate or deactivate a banner without proper permissions. The issue was caused by the banner-edit.php script, which allowed the banner status to be overwritten solely based on banner edi...

5.4CVSS5.8AI score0.00339EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/16 11:28 a.m.•48 views

curl: CVE-2026-6429: netrc credential leak with reused proxy connection

Summary: libcurl can leak .netrc-derived host Authorization credentials across redirected hosts when an HTTP proxy connection is reused. In the PoC, .netrc contains credentials only for a.test, but after a.test redirects to b.test and then c.test over the same keep-alive proxy connection, libcurl...

5.5AI score0.00512EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/04/16 9:24 a.m.•26 views

Revive Adserver: Missing access control when modifying parent entities via XML‑RPC

Vulnerability description not provided...

4.3CVSS5.8AI score0.0027EPSS
SaveExploits0
Hacker One
Hacker One
•added 2026/04/16 5:48 a.m.•19 views

Node.js: Unbounded memory growth in `node:http2` clients via attacker-controlled ORIGIN frames

Vulnerability description not provided...

7.5CVSS5.8AI score0.00521EPSS
SaveExploits0
Huntr
Huntr
•added 2026/04/16 1:12 a.m.•11 views

Remote Code Execution (RCE) via Insecure Deserialization of Triggers/Exceptions in BaseSerialization

This report is not public...

5.3AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/04/15 9:11 p.m.•174 views

CoinMate.io: POST /api/bitcoinWithdrawalFees returns financial data without authentication despite being documented as a USER OPERATION (private endpoint)

A vulnerability was discovered in the CoinMate API where the POST /api/bitcoinWithdrawalFees endpoint was accessible without authentication, despite being documented as a private endpoint. The endpoint returned real-time Bitcoin withdrawal fee data without requiring any authentication, unlike oth...

5.8AI score
SaveExploits0
Rows per page
Query Builder