Skip to content

feat(templated):CVE-2026-53753-Crawl4AI - #878

Open
mangeshwalsane2-hash wants to merge 2 commits into
google:masterfrom
mangeshwalsane2-hash:feature/CVE-2026-53753-Crawl4AI
Open

feat(templated):CVE-2026-53753-Crawl4AI#878
mangeshwalsane2-hash wants to merge 2 commits into
google:masterfrom
mangeshwalsane2-hash:feature/CVE-2026-53753-Crawl4AI

Conversation

@mangeshwalsane2-hash

Copy link
Copy Markdown

added plugins file for CVE-2026-53753-Crawl4AI,
testbeds at : google/security-testbeds#240
Please review and approve.

@robert-doyensec
robert-doyensec self-requested a review August 14, 2026 09:42

@robert-doyensec robert-doyensec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove debug mode, Improve fingerprint step, and add additional workflow for out of band confirmation with callback server

Comment on lines +30 to +32
config: {
debug: true
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
config: {
debug: true
}
config: {}

}

actions: {
name: "trigger_rce_sandbox_escape"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "trigger_rce_sandbox_escape"
name: "trigger_rce_sandbox_escape_reflective"

}

tests: {
name: "whenNotVulnerable_returnsFalse"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "whenNotVulnerable_returnsFalse"
name: "whenNotVulnerableReflective_returnsFalse"

{
uri: "/crawl"
status: 200
body_content: "{\"data\": \"uid=0(root) gid=0(root) groups=0(root)\"}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body_content: "{\"data\": \"uid=0(root) gid=0(root) groups=0(root)\"}"
body_content:
'{'
' "success": true,'
' "results": ['
' {'
' "url": "raw://<html><body><div id=\"x\">content</div></body></html>",'
' "success": true,'
' "cleaned_html": "<html><body><div id=\"x\">content</div></body></html>",'
' "extracted_content": "[\n {\n \"out\": [\n '
'\"uid=999(appuser) gid=999(appuser) groups=999(appuser)\\n\"\n ]\n }\n]"'
' }'
' ]'
'}'

{
uri: "/crawl"
status: 200
body_content: "{\"data\": \"safe output\"}"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
body_content: "{\"data\": \"safe output\"}"
'{'
' "success": true,'
' "results": ['
' {'
' "url": "raw://<html><body><div id=\"x\">content</div></body></html>",'
' "cleaned_html": "<html><body><div id=\"x\">content</div></body></html>"'
' }'
' ]'
'}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants