CVE-2026-10520 and CVE-2026-10523 Multiple Critical Vulnerab...#2356
Open
carlospolop wants to merge 1 commit into
Open
CVE-2026-10520 and CVE-2026-10523 Multiple Critical Vulnerab...#2356carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/etr-cve-2026-10520-cve-2026-10523-multiple-critical-vulnerabilities-affecting-ivanti-sentry Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Ivanti Sentry, or Pentesting Web > Command Injection". 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
Rapid7 Emergent Threat Response: Ivanti Sentry critical vulnerabilities CVE-2026-10520 and CVE-2026-10523
Rapid7 summarizes two critical vulnerabilities disclosed by Ivanti on June 9, 2026 affecting Ivanti Sentry, formerly MobileIron Sentry. Ivanti Sentry is described by the vendor as an in-line gateway that manages, encrypts, and secures traffic between mobile devices and back-end enterprise systems. B...
🔧 Technical Details
Pre-auth internal configuration command injection to root RCE: A dangerous appliance pattern occurs when an unauthenticated HTTP endpoint accepts a user-controlled parameter and passes it into an internal configuration command parser. In this case, the endpoint
/mics/api/v2/sentry/mics-config/handleMessageacceptsmessageand interprets it as a trusted configuration command. By craftingmessageasexecute system /configuration/system/commandexec ..., an attacker can reach the internal command execution feature and place an arbitrary OS command inside an XML-like field such as<reqandres>id</reqandres>. The reusable exploitation idea is to identify unauthenticated management/configuration endpoints that bridge external HTTP input into privileged backend command interpreters, then determine which internal verbs, paths, or XML/structured fields trigger command execution.Command ...
🤖 Agent Actions
Done.
Updated:
src/pentesting-web/command-injection.mdWhat I added:
/mics/api/v2/sentry/mics-config/handleMessagemessage=execute system /configuration/system/commandexec ...Validation:
mdbook buildcould not be run here becausemdbookis not installed in the environment (mdbook: command not found)This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.