Add CVE-2026-27959 and the Endor Labs writeup - #5
Merged
Conversation
Records the Koa ctx.hostname userinfo Host header injection, and adds the Endor Labs post to links.yml as the first entry in the writing section. The two are correlated through the post URL: the finding carries it as blog:, which the findings table renders as its Writeup link, and the links.yml entry surfaces the same post under writing. Dates are distinct on purpose. reported is 2026-01-23, the date it went to the maintainers; disclosed is 2026-02-26, when the GHSA published. The links.yml date is 2026-02-25, the post's own publication date. cwe is CWE-74 per the writeup; the GHSA lists both CWE-20 and CWE-74 and the schema takes one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Koa
ctx.hostnameuserinfo Host header injection finding, and the Endor Labs post that discusses it, correlated.Records
findings/CVE-2026-27959/finding.md— statuspublishedidprojectcomponentctx.hostnamecwecvssCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N)reporteddisclosedendor_idcreditsAffected
< 2.16.4and>= 3.0.0, < 3.1.2; fixed in 2.16.4 and 3.1.2.links.yml— first entry, replacing the empty[]. Renders asblog · 2026-02-25under the writing section, titled with the post's own title.Correlation
The post URL appears in both records:
blog:on the finding, which the findings table renders as its Writeup link, and thelinks.ymlentry under writing. It resolves from both directions.Dates
Three distinct dates, none derived from another:
reported: 2026-01-23— went to the maintainersdisclosed: 2026-02-26— GHSA publisheddate: 2026-02-25— the post's publication date, one day ahead of the advisoryVerification
.venv/bin/python -m pytest -q— 145 passed.venv/bin/python -m tools.generate --today 2026-08-14— exit 0.venv/bin/python -m tools.generate --check --today 2026-08-14— exit 0_site/CVE-2026-27959/index.htmlrenders; README row presentNotes
talks:— the finding is not covered by any talk intalks/.🤖 Generated with Claude Code