CVE-2025-70048
Received Received - Intake
Cleartext Transmission Vulnerability in Nexusoft NexusInterface v3.2.0-beta

Publication date: 2026-03-09

Last updated on: 2026-03-13

Assigner: MITRE

Description
An issue pertaining to CWE-319: Cleartext Transmission of Sensitive Information was discovered in Nexusoft NexusInterface v3.2.0-beta.2.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-09
Last Modified
2026-03-13
Generated
2026-06-16
AI Q&A
2026-03-09
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
nexus nexusinterface 3.2.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-319 The product transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

I don't know

Executive Summary

CVE-2025-70048 affects Nexusoft NexusInterface version 3.2.0-beta.2 and is classified as a Cleartext Transmission of Sensitive Information vulnerability (CWE-319).

This security flaw allows sensitive data to be transmitted without encryption, exposing it to potential interception by unauthorized parties.

Impact Analysis

The vulnerability can lead to confidential information being exposed during transmission, increasing the risk of data breaches.

Detection Guidance

CVE-2025-70048 involves the cleartext transmission of sensitive information in Nexusoft NexusInterface v3.2.0-beta.2. To detect this vulnerability on your network or system, you should monitor network traffic for unencrypted sensitive data transmissions.

  • Use packet capture tools like Wireshark or tcpdump to analyze network traffic for plaintext sensitive information.
  • Example tcpdump command to capture traffic on port 80 (HTTP) which might be used for cleartext transmission: tcpdump -i <interface> port 80 -w capture.pcap
  • Use Wireshark to open the capture file and filter for sensitive data patterns or keywords related to your application.
Mitigation Strategies

To mitigate CVE-2025-70048, you should ensure that sensitive information is not transmitted in cleartext.

  • Upgrade or patch Nexusoft NexusInterface to a version that addresses this vulnerability if available.
  • Implement encryption protocols such as TLS/SSL to secure data in transit.
  • Configure network devices and applications to enforce encrypted communication channels.
  • Avoid using insecure protocols that transmit data in cleartext.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-70048. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart