LiveActive security incident?Get immediate response
CVE Record

CVE-2025-48927: The TeleMessage service through 2025-05-05 configures Spring Boot Actuator with an exposed heap dump endpoi...

The TeleMessage service through 2025-05-05 configures Spring Boot Actuator with an exposed heap dump endpoint at a /heapdump URI, as exploited in the wild in May 2025.

MediumCVSS 5.3Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

TeleMessage exposed a Spring Boot Actuator heap dump endpoint at /heapdump through May 5, 2025. CISA lists CVE-2025-48927 as known exploited, and the CVE description says it was exploited in the wild in May 2025. The issue is mainly data exposure, not system takeover, but exposed process memory can create serious downstream risk.

Executive priority

Treat this as urgent for any organization using TeleMessage. Although the CVSS score is medium, confirmed exploitation changes the business priority because memory disclosure can expose sensitive communications, credentials, or tokens depending on runtime contents.

Technical view

CVE-2025-48927 is CWE-1188: insecure default initialization of a resource. The TeleMessage service exposed a Spring Boot Actuator heap dump endpoint at /heapdump. CVSS 3.1 is 5.3, network exploitable, low complexity, no privileges or user interaction, with low confidentiality impact only.

Likely exposure

Exposure appears limited in the source bundle to TeleMessage service deployments through 2025-05-05. The bundle does not identify specific customer environments, versions beyond “0,” CPEs, or whether self-hosted deployments exist.

Exploitation context

Active exploitation is supported by CISA KEV and the CVE description. WIRED is cited as reporting the TeleMessage hack context. The source bundle does not provide exploit details, attacker identity, or a complete impact assessment.

Researcher notes

The public bundle is sparse. It supports exposed /heapdump, Spring Boot Actuator, CWE-1188, CVSS 5.3, and exploitation in May 2025. It does not include vendor advisory details, patch identifiers, affected build numbers, or forensic indicators.

Mitigation direction

  • Check TeleMessage vendor guidance for fixed service status or compensating controls.
  • Disable or restrict public access to exposed Spring Boot Actuator heap dump endpoints.
  • Require authentication and network controls for operational diagnostic endpoints.
  • Review logs for suspicious access to /heapdump before remediation.
  • Rotate secrets if heap dump exposure may have revealed credentials or tokens.

Validation and detection

  • Inventory any TeleMessage service usage in the organization.
  • Confirm whether exposure existed on or before 2025-05-05.
  • Verify /heapdump is not publicly reachable on relevant services.
  • Review application configuration for exposed Spring Boot Actuator endpoints.
  • Check CISA KEV tracking for required remediation timelines if applicable.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-1188: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-48927 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2025-48927Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TeleMessageservice0unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-1188 · source CWE mapping

Initialization of a Resource with an Insecure Default

Initialization of a Resource with an Insecure Default represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.