Lucene search
+L

971372 matches found

Hacker One
Hacker One
added 2025/06/26 9:10 p.m.25 views

curl: OS Command Injection in scripts/firefox-db2pem.sh via untrusted certificate nicknames

On AI usage: Only for grammar/formatting suggestions/POC code troubleshooting; all vulnerability discovery, POC code creation, and analysis were done manually. Hey folks, I noticed something I think is worth bringing to you-- scripts/firefox-db2pem.sh helper in the curl source uses eval certutil ...

7.8AI score
SaveExploits0
Wordfence Blog
Wordfence Blog
added 2025/06/26 2:9 p.m.38 views

Wordfence Intelligence Weekly WordPress Vulnerability Report (June 16, 2025 to June 22, 2025)

Calling all Vulnerability Researchers and Bug Bounty Hunters! Spring into Summer with Wordfence! Now through August 4, 2025, earn 2X bounty rewards forall in-scope submissions from our 'High Threat' list in software with fewer than 5 million active installs. Bounties up to $31,200 per...

9.8CVSS10AI score0.0509EPSS
SaveExploits8
Hacker One
Hacker One
added 2025/06/25 2:50 p.m.23 views

SingleStore: Exceed the maximum number of subscribers using Race Condition

A race condition vulnerability was discovered in the SingleStore control panel that allowed bypassing the maximum limit of five subscribers for alerts. The issue was patched and deployed to production...

7AI score
SaveExploits0
HackRead
HackRead
added 2025/06/23 6:58 p.m.4 views

1inch rolls out expanded bug bounties with rewards up to $500K

DUBAI, United Arab Emirates, 23rd June 2025, CyberNewsWire...

7.3AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/06/20 6:8 p.m.24 views

zkVM Underconstrained Vulnerability

Due to a missing constraint in the rv32im circuit, any 3-register RISC-V instruction including remu and divu in risc0-zkvm 2.0.0, 2.0.1, and 2.0.2 are vulnerable to an attack by a malicious prover. The main idea for the attack is to confuse the RISC-V virtual machine into treating the value of th...

6.9CVSS6.3AI score0.00237EPSS
SaveExploits0References9Affected Software2
Hacker One
Hacker One
added 2025/06/20 10:32 a.m.34 views

curl: Credential leak on redirect due to improper state clearing when parsing macdef in netrc.c

Summary : -When parsing a netrc. file, the macdef keyword fails to clear previously loaded credentials. If a redirect follows, these credentials are leaked to the new host. This is a new variant of CVE-2024-11053, triggered by a different code path 'macdef' instead of 'default'. No, this...

3.4CVSS7AI score0.01378EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/06/19 6:54 p.m.25 views

curl: Sensitive information disclosure with malicious netrc file

libcurl at commit 879b6075a1132c137920060ed262b3f5a58c18c2 contains a vulnerability where it can be coerced into reading over the boundaries of a heap-chunk and sending the resulting data over the network to an attacker. This can lead to a disclosure of sensitive data, including pointers or other...

6.7AI score
SaveExploits0
Wordfence Blog
Wordfence Blog
added 2025/06/19 2:32 p.m.28 views

Wordfence Intelligence Weekly WordPress Vulnerability Report (June 9, 2025 to June 15, 2025)

Calling all Vulnerability Researchers and Bug Bounty Hunters! Spring into Summer with Wordfence! Now through August 4, 2025, earn 2X bounty rewards forall in-scope submissions from our 'High Threat' list in software with fewer than 5 million active installs. Bounties up to $31,200 per...

10CVSS9.9AI score0.05124EPSS
SaveExploits8
Huntr
Huntr
added 2025/06/18 1:10 p.m.9 views

Path Traversal in Tokenizer Conversion Script

The script for converting slow tokenizers is vulnerable to a Path Traversal attack via the --checkpointname command-line argument. This allows an attacker to create files outside of the intended dumppath directory. Vulnerable Code Location: The vulnerability is located in the logic for converting...

6.3AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/17 12:54 p.m.10 views

U.S. Dept Of Defense: Reflected XSS via user Parameter on getconfig.esp Endpoint

A reflected Cross-Site Scripting XSS vulnerability was discovered in the /ssl-vpn/getconfig.esp endpoint, where user input in the 'user' parameter was not properly sanitized and allowed the injection of arbitrary JavaScript. This could have enabled remote attackers to execute malicious scripts in...

6.5AI score
SaveExploits0
Huntr
Huntr
added 2025/06/14 6:41 p.m.9 views

Brotli decompression bomb DoS

This report is not public...

7.5CVSS6.9AI score0.00502EPSS
SaveExploits0
Huntr
Huntr
added 2025/06/13 3:14 p.m.7 views

Brotli decompression bomb DoS

Description urllib3 can not stream brotli-encoded responses properly unlike the way it handles gzip responses. It always loads entire decompressed response body into memory when reading brotli-encoded response, which allows malicious servers to perform DoS attack by responding with decompression...

8.9CVSS6.8AI score0.00647EPSS
SaveExploits0
Huntr
Huntr
added 2025/06/13 8:33 a.m.10 views

Full system file read and delete via GET /api/v1/images/download/{bulk_download_item_name}

Description For invokeai version v6.0.0a1 and below, there is an endpoint for bulk downloading zip file. With some manipulation of the filename arguments, attacker can read and also delete any files on the server through this endpoint. P/S: Tested on Windows Proof of Concept Request: GET...

9.8CVSS7AI score0.00353EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/06/13 5:23 a.m.41 views

Automattic: Woocommerce SQL Injection in WC_Report_Coupon_Usage

A SQL injection vulnerability was found in the WooCommerce plugin version 9.9.3. The vulnerable parameter was 'couponcodes' in the '/wp-admin/admin.php?page=wc-reports&tab=orders&report=couponusage' endpoint. The vulnerability required the privilege to view reports...

8.1AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/10 2:55 a.m.15 views

Monero: Connection Count Bug in Monero Node Enables Outbound Peer Reset Attack

A vulnerability was disclosed that could cause a Monero node's outbound connections to be dropped. The vulnerability was caused by a flaw in how the node incorrectly counted the number of current outbound connections. An attacker could exploit this flaw to trick the node into mistakenly believing...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/09 12:16 p.m.12 views

curl: Arbitrary File Read via Unsanitized curl Usage Results in Sensitive File Exposure

Hello team, First of all, your open report policy has improved me a lot. Your very caring team has motivated me a lot. A real bug bounty program. I hope I can contribute something to you with this report.Thank you. The application uses curl in a way that allows an attacker to specify arbitrary fi...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/06 6:50 a.m.13 views

Nintendo: Man-in-the-middle through broken SSL certificate verification

The vulnerability allowed for man-in-the-middle attacks through broken SSL certificate verification...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/06 1:26 a.m.12 views

curl: Failure to strip Proxy-Authorization header on change in origin

Summary: Failure to strip Proxy-Authorization header on change in origin. AI was not used. I maintain the PHP Guzzle HTTP package which uses curl, and noticed we have the same issue as curl in this regard. I was made aware of this issue when golang patched something similar a few hours ago:...

6.8CVSS8.6AI score0.0058EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/06/05 8:2 p.m.11 views

Weblate: exposure of personal IP address via email.

The exposure of personal IP addresses through email messages has been identified as a potential security issue. Email messages can pass through multiple servers, which may store or record the content, including the user's IP address, even if the email is encrypted during transit. The user's IP...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/06/03 2:51 p.m.262 views

Lichess: ImageId Format Injection in Image Upload Endpoint

The image upload endpoint in the Lichess application did not properly validate the 'rel' parameter, allowing an attacker to inject special characters that broke the expected format of the generated ImageId. This could have led to parsing issues in other parts of the application that relied on the...

7AI score
SaveExploits0
Rows per page
Query Builder