# vulnerability-disclosure

Published articles for vulnerability-disclosure.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## A "proof" of Fermat's Last Theorem that fits the margin

DevFeed: [A "proof" of Fermat's Last Theorem that fits the margin](<https://devfeed.tech/articles/a-proof-of-fermat-s-last-theorem-that-fits-the-margin-7665.md>)

Original publisher: [Read original article](<https://blog.trailofbits.com/2026/09/09/a-proof-of-fermats-last-theorem-that-fits-the-margin/>)

Author: "Marc Ilunga"

Published: 2026-09-09T11:00:00Z

Content type: article

Language: en

Sources: [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog.md>), [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog-2.md>)

Topics: [Lean](<https://devfeed.tech/topics/lean.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Memory safety verification](<https://devfeed.tech/topics/memory-safety-verification.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [exploits](<https://devfeed.tech/tags/exploits.md>), [memory-safety](<https://devfeed.tech/tags/memory-safety.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [vulnerability-disclosure](<https://devfeed.tech/tags/vulnerability-disclosure.md>)

### AI overview

A Lean string-slicing bug caused its logical evaluator and compiled native code to disagree, allowing a contradiction that could make an invalid proof appear checked. The issue was fixed after disclosure.

### Source excerpt

Fermat famously claimed to have a "truly marvelous proof" of his Last Theorem, but he never wrote it down, insisting the margin of his page was too narrow to contain it. A few centuries later, Anthropic announced a complete formalization of Fermat's Last Theorem using 13 million lines of Lean code (clearly not what Fermat intended). Luckily, we found a wonderfully cursed Lean bug, shown below, that suggests the proof may have fit the margin after all. The issue affects all stable versions of Lean up to 4.33.1, and the patch is incorporated in v4.34.0-rc1. A "checked" proof of Fermat's Last Theorem using Lean 4.33.1 The blue checkmarks in the screenshot above would suggest that Lean considers this proof correct. This seems odd given the amount of work Sir Andrew Wiles put into this problem and the vast size of Claude's proof. So what is going on? The "proof" clearly doesn't make any sense and exploits an issue in Lean. We found the issue while using GPT-5.6 to experiment with a new skill for code review. We want to clarify up front that the issue is not a kernel soundness issue, but it happens to nicely fit any discussion of strings, lengths, and substrings. The issue affects String.Pos.Raw.extract, Lean's low-level string-slicing function. When asked to extract a one-byte slice at an astronomically large position, Lean's logical definition returns the empty string. But the compiled native code returns the entire original string. That disagreement is enough to manufacture a contradiction. Lean's ordinary evaluator "proves" that the tiny slice was empty, while native evaluation "proves" that the very same slice contained "a truly marvelous proof." Put those together, and Lean concludes that the empty string equals a non-empty string. And once you have a contradiction, you can prove anything, including Fermat's Last Theorem. On the bright side, the Lean team was considerably faster than mathematical history. About 90 minutes after we reported the issue, hargoniX opened

## PortSwigger X Intigriti: Burp Suite Professional licenses up for grabs with this new collaboration

DevFeed: [PortSwigger X Intigriti: Burp Suite Professional licenses up for grabs with this new collaboration](<https://devfeed.tech/articles/portswigger-x-intigriti-burp-suite-professional-licenses-up-for-grabs-with-this-new-collaboration-7736.md>)

Original publisher: [Read original article](<https://portswigger.net/blog/portswigger-x-intigriti-burp-suite-professional-licenses-up-for-grabs-with-this-new-collaboration>)

Author: Fran Hutchings

Published: 2026-03-11T10:36:26Z

Content type: news

Language: en

Sources: [PortSwigger Blog](<https://devfeed.tech/sources/portswigger-blog.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>)

Tags: [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vulnerability-disclosure](<https://devfeed.tech/tags/vulnerability-disclosure.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

PortSwigger and Intigriti announced a collaboration that awards eligible bug bounty researchers a six-month Burp Suite Professional license after reaching 400 reputation points on Intigriti.

### Source excerpt

At PortSwigger, we're always looking for ways to enable the world to secure the web, and today we're excited to take that mission a step further. We're pleased to announce a new collaboration bringing

## 7 tips to become a successful bug bounty hunter

DevFeed: [7 tips to become a successful bug bounty hunter](<https://devfeed.tech/articles/7-tips-to-become-a-successful-bug-bounty-hunter-7780.md>)

Original publisher: [Read original article](<https://snyk.io/blog/7-tips-to-become-bug-bounty-hunter/>)

Author: Ben Sadeghipour

Published: 2024-01-25T05:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Bug Bounty](<https://devfeed.tech/topics/bugbounty.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [Hacking](<https://devfeed.tech/topics/hacking.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [ambassador](<https://devfeed.tech/tags/ambassador.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bug-bounty](<https://devfeed.tech/tags/bug-bounty.md>), [code-security](<https://devfeed.tech/tags/code-security.md>), [developer](<https://devfeed.tech/tags/developer.md>), [hacking](<https://devfeed.tech/tags/hacking.md>), [open-source-security](<https://devfeed.tech/tags/open-source-security.md>), [security](<https://devfeed.tech/tags/security.md>), [snyk-security-intel](<https://devfeed.tech/tags/snyk-security-intel.md>), [sql](<https://devfeed.tech/tags/sql.md>), [tech](<https://devfeed.tech/tags/tech.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-disclosure](<https://devfeed.tech/tags/vulnerability-disclosure.md>), [web-applications](<https://devfeed.tech/tags/web-applications.md>), [xss](<https://devfeed.tech/tags/xss.md>)

### AI overview

This article explains bug bounty hunting, including how security researchers identify and responsibly report vulnerabilities in web applications, IoT devices, mobile applications, and smart contracts. It distinguishes vulnerability disclosure programs from bug bounty programs and recommends that beginners start with a Vulnerability Disclosure Program before pursuing paid bug bounties.

### Source excerpt

In this post, we'll cover what bug bounty hunting is, the difference between vulnerability disclosure programs and bug bounty programs, and seven tips to get you started.

## Vulnerability disclosure: Which comes first, the security bug in PHP or the CVE?

DevFeed: [Vulnerability disclosure: Which comes first, the security bug in PHP or the CVE?](<https://devfeed.tech/articles/vulnerability-disclosure-which-comes-first-the-security-bug-in-php-or-the-cve-8227.md>)

Original publisher: [Read original article](<https://snyk.io/blog/vulnerability-disclosure-php-use-after-free/>)

Author: Liran Tal; DeveloperSteve Coochin

Published: 2023-12-19T06:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Security](<https://devfeed.tech/topics/security.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>)

Tags: [application-security](<https://devfeed.tech/tags/application-security.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [bug](<https://devfeed.tech/tags/bug.md>), [cve](<https://devfeed.tech/tags/cve.md>), [cve-reporting](<https://devfeed.tech/tags/cve-reporting.md>), [devrel](<https://devfeed.tech/tags/devrel.md>), [incident](<https://devfeed.tech/tags/incident.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [php](<https://devfeed.tech/tags/php.md>), [report](<https://devfeed.tech/tags/report.md>), [security](<https://devfeed.tech/tags/security.md>), [security-vulnerabilities](<https://devfeed.tech/tags/security-vulnerabilities.md>), [snyk](<https://devfeed.tech/tags/snyk.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-disclosure](<https://devfeed.tech/tags/vulnerability-disclosure.md>)

### AI overview

This article examines the disclosure of a PHP Use After Free vulnerability and the difficulties of getting security reports recognized, fixed, and published as CVEs. It follows the dompdf incident timeline, including delayed maintainer responses, public disclosure, exploitation leading to a reverse shell, and the eventual CVE assignment.

### Source excerpt

In this post, we cover the CVE reporting process using the Use After Free vulnerability type as an example.

## PSA: Vulnerability Disclosure 2020/09/17

DevFeed: [PSA: Vulnerability Disclosure 2020/09/17](<https://devfeed.tech/articles/psa-vulnerability-disclosure-2020-09-17-34822.md>)

Original publisher: [Read original article](<https://pine64.org/2020/09/17/psa-vulnerability-disclosure-2020-09-17/>)

Published: 2020-09-17T00:00:00Z

Content type: news

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [WordPress Plugins](<https://devfeed.tech/topics/wordpress-plugins.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [Website](<https://devfeed.tech/topics/website.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [bots](<https://devfeed.tech/tags/bots.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [spam](<https://devfeed.tech/tags/spam.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>), [vulnerability-disclosure](<https://devfeed.tech/tags/vulnerability-disclosure.md>), [wordpress-plugins](<https://devfeed.tech/tags/wordpress-plugins.md>)

### AI overview

PINE64 disclosed an intrusion into its Pine Store web instance on September 17, 2020. Spam and scam pages were hidden on the server and configured to appear only to crawler bots. The company attributed the incident to an exploit in a WordPress plugin, shut down the server, investigated, and reported no evidence that customer or financial information was exposed.

### Source excerpt

PINE64 (both the business and the community around it) prides itself on transparency. Often, this transparency is used to give you a behind the scenes look into our operations. But today, we're afraid we must be transparent about something else. As of approximately 4:30am GMT on 2020/09/17, we discovered an intrusion to our Pine Store web instance. This took on the form of spam/scam pages hidden on our web server, with scripting to only be visible to crawler bots. After discovering this, we immediately shutdown the web server and began investigation. To our knowledge, this happened via an exploit in one of the Wordpress plugins on the Pine Store, with initial attempts logged as early as 2020/09/05. It appears this was not an active malicious attack on our server, but merely automated bots tasked with placing scam store pages. Needless to say, we remedied the situation and took extensive steps to prevent similar incidents from occurring in the future. Due to the nature of the attacks we've reviewed, we do not suspect that customer information was a target, nor we expect any was exfiltrated. We can guarantee that, without a doubt, no credit card or other financial information was placed at any risk of being exposed. We hope that this event does not damage your trust in us beyond repair, as we work to recover from this event. -- Lukasz Erecinski, Community Manager