Add response-queue-poisoning skill to web-security - #116
Merged
GangGreenTemperTatum merged 1 commit intoAug 12, 2026
Conversation
Port the response-queue-poisoning skill into the web-security capability. Covers CRLF-powered desync attacks: escalating HTTP header injection to response queue poisoning and request tunnelling. Chains with existing crlf-response-splitting, web-cache-deception-path, parser-differential-bypass, self-xss-escalation, and 403-bypass skills.
2 tasks
rdheekonda
added a commit
that referenced
this pull request
Aug 12, 2026
Three content changes landed on web-security since the 1.5.0 bump without a version bump: response-queue-poisoning skill (#116), tool-agnostic preflight guidance, and the pdtm preflight guard (CAP-1174). Re-publishing 1.5.0 with changed content 400s against dev (which already has 1.5.0 stored), failing the Sync Capabilities workflow. Bump to 1.6.0 so a fresh immutable version publishes cleanly across dev/staging/prod.
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.
Summary
Ports the
response-queue-poisoningskill into the web-security capability.Covers CRLF-powered desync attacks — escalating HTTP header injection (CRLF in URL path/params) to critical impact via:
Includes differential CRLF-detection probing, a probe reference table, and exploitation phases.
Details
capabilities/web-security/skills/response-queue-poisoning/SKILL.mdname+description); dropped in verbatimVerification
crlf-response-splitting,web-cache-deception-path,parser-differential-bypass,self-xss-escalation,403-bypass)