fix: rebuild misaligned and multi-stage exploit call chains (#7)#68
Open
Dametime-0 wants to merge 1 commit into
Open
fix: rebuild misaligned and multi-stage exploit call chains (#7)#68Dametime-0 wants to merge 1 commit into
Dametime-0 wants to merge 1 commit into
Conversation
Dametime-0
commented
Jul 23, 2026
- entry-00185 (n8n RCE): reposition entry_point from static property default:false to getNodeParameter('fileName'); move critical_operation from resolvePath closing brace to fsWriteFile actual write call; completely rebuild trace to show fileName -> resolvePath -> isFilePathBlocked -> fsWriteFile data flow
- entry-00197 (openclaw TOCTOU): preserve existing trace structure, enhance desc fields with explicit multi-stage exploitation model (Phase 1 upload -> Phase 2 symlink replacement -> Phase 3 TOCTOU race)
- entry-00290 (openclaw symlink escape): move critical_operation from fail-open check point (resolveSymlinkHopPath) to actual sink (fileOps.writeFile at apply-patch.ts:152)
- entry-00391 (fastmcp SSRF): move critical_operation from _build_url method signature to url_path.replace + urljoin concatenation; remove irrelevant logger.debug trace node
- entry-00320 (langflow path traversal): move entry_point upstream from rsplit extension parsing to new_filename = file.filename (taint entry)
- entry-00185 (n8n RCE): reposition entry_point from static property
default:false to getNodeParameter('fileName'); move critical_operation
from resolvePath closing brace to fsWriteFile actual write call;
completely rebuild trace to show fileName -> resolvePath ->
isFilePathBlocked -> fsWriteFile data flow
- entry-00197 (openclaw TOCTOU): preserve existing trace structure,
enhance desc fields with explicit multi-stage exploitation model
(Phase 1 upload -> Phase 2 symlink replacement -> Phase 3 TOCTOU race)
- entry-00290 (openclaw symlink escape): move critical_operation from
fail-open check point (resolveSymlinkHopPath) to actual sink
(fileOps.writeFile at apply-patch.ts:152)
- entry-00391 (fastmcp SSRF): move critical_operation from _build_url
method signature to url_path.replace + urljoin concatenation; remove
irrelevant logger.debug trace node
- entry-00320 (langflow path traversal): move entry_point upstream from
rsplit extension parsing to new_filename = file.filename (taint entry)
Co-Authored-By: Claude <noreply@anthropic.com>
Dametime-0
force-pushed
the
fix/issue7-rebuild
branch
from
July 23, 2026 10:19
f4589ac to
2e19c52
Compare
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.