Research Update Enhanced src/pentesting-web/deserialization/...#2068
Merged
carlospolop merged 1 commit intomasterfrom Mar 29, 2026
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
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.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Research Update for src/pentesting-web/deserialization/basic-java-deserialization-objectinputstream-readobject.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-03-29 13:13:45 UTC
Tool usage
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
I’m starting with the target page and nearby deserialization material so I can see what is already covered before adding anything. After that I’ll do external research and only patch additions that materially improve this specific page.
The target page already has some recent material, but it mixes a basic
readObject()example with a partially updated “what’s new” section that needs verification. I’m checking adjacent HackTricks deserialization pages now so I can avoid repeating coverage that already exists elsewhere.I have the local scope now. Next I’m validating which of the “2023-2025” claims on the page are strong enough to keep, and I’m looking for a couple of better additions that fit this exact
ObjectInputStream/readObject()page instead of the sibling pages.The external results are enough to narrow the update. I’m now pulling the primary sources and commit/docs text directly so I can replace weak or overly broad claims with specific, defensible guidance.
I have enough to edit now. The main changes will be: remove a few weakly-supported tool/version claims, tighten the recent examples around real trust-boundary failures, and add concrete modern hardening/visibility guidance that is specific to
ObjectInputStreamandreadObject().The content patch is in place. I’m doing a final pass on the rendered structure and diff now; the only verification gap so far is that
markdownlintis not installed in this environment, so I’m validating with direct file/diff checks instead.Updated basic-java-deserialization-objectinputstream-readobject.md.
I replaced the weaker “2023-2025” claims with verified recent trust-boundary examples, added a new section on
readObject()anti-patterns that still create gadget entrypoints, tightened the mitigation guidance aroundObjectInputFilter/JEP 290/JEP 415 with a concrete per-stream example, and replaced the shakier tooling/debug notes with a more defensible research workflow. I also added an internal reference to the existing URLDNS/GadgetProbe page so this page stays focused and avoids duplicating sibling content.Verification was done with direct file inspection and
git diff.markdownlintis not installed here, so I could not run an automated Markdown lint pass.Research URLs used:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.