PatchSiren cyber security CVE debrief
CVE-2026-100192 yzcheng90 CVE debrief
CVE-2026-100192 is a medium-severity vulnerability in X-SpringBoot through version 6.0, where the application exposes appKey and appSecret credentials in the GET /application/manager/select endpoint without authentication or field filtering. This allows unauthenticated attackers to retrieve these credentials and use them to send arbitrary SMS messages through any tenant's SMS provider, enabling SMS bombing and impersonation attacks.
- Vendor
- yzcheng90
- Product
- X-SpringBoot
- CVSS
- MEDIUM 6.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for X-SpringBoot deployments, security teams monitoring for credential exposure, and administrators of SMS providers should assess exposure and prioritize remediation.
Why it matters
CVE-2026-100192 is a medium-severity vulnerability that allows unauthenticated attackers to retrieve sensitive credentials and use them for SMS bombing and impersonation attacks. Defenders should prioritize verifying exposure, restricting access, and monitoring for suspicious activity.
- Verify exposure of sensitive credentials in your deployment
- Restrict access to the /application/manager/select endpoint
- Monitor for suspicious SMS activity
- Rotate existing credentials and consider additional authentication mechanisms
Technical summary
The vulnerability exists in the X-SpringBoot application, specifically in the GET /application/manager/select endpoint, which exposes appKey and appSecret credentials without authentication or field filtering. This allows unauthenticated attackers to retrieve these credentials and use them to send arbitrary SMS messages through any tenant's SMS provider, enabling SMS bombing and impersonation attacks. Defenders should prioritize verifying exposure of the /application/manager/select endpoint, restricting access to sensitive credentials, and monitoring for suspicious SMS activity. Affected product context requires verification of X-SpringBoot deployments, and defensive impact includes potential SMS bombing and
Defensive priority
Defenders should prioritize verifying exposure of the /application/manager/select endpoint, restricting access to sensitive credentials, and monitoring for suspicious SMS activity.
Recommended defensive actions
- Verify exposure of the /application/manager/select endpoint in your deployment
- Restrict access to sensitive credentials and consider rotating existing credentials
- Monitor for suspicious SMS activity and implement additional authentication mechanisms
- Review and update affected versions according to vendor guidance
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but the exact scope of affected versions and deployments requires further verification from the vendor and official sources. Affected product deployments need to be confirmed in managed environments, and owners should be assigned for follow-up. The official advisory or CVE record should be reviewed to validate affected scope, severity, and vendor guidance.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-100192 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-100192
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-100192 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-100192
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/LinYuanyi1/cve-request-poc/blob/master/x-springboot/01_app-credential-sms-abuse.py
-
Source reference
Unverified legacy reference
URL: https://github.com/yzcheng90/X-SpringBoot
-
Source reference
Unverified legacy reference
URL: https://github.com/yzcheng90/X-SpringBoot/blob/d74ddba989c0449948ff1ddb0d211b6a7ce81bfa/src/main/java/com/suke/czx/modules/application/controller/XApplicationController.java
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/x-springboot-through-6.0-credential-exposure-via-unauthenticated-endpoint
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.