Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2666+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Hard-Coded SSH Credentials Expose Lightstar SmartIT Desktop Manager
Hard-Coded SSH Credentials Expose Lightstar SmartIT Desktop Manager

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-85146

Hard-Coded SSH Credentials Expose Lightstar SmartIT Desktop Manager

CVE-2026-85146 lets unauthenticated attackers pull SSH service credentials straight from SmartIT Desktop Manager's source code to access agent hosts.

Dylan H.

Security Team

September 4, 2026
4 min read

Affected Products

  • Lightstar SmartIT Desktop Manager (all versions)
  • Lightstar SmartIT Agent

Executive Summary

CVE-2026-85146 is a critical use of hard-coded credentials vulnerability (CWE-798) in SmartIT Desktop Manager, a remote-endpoint management tool developed by Lightstar. The SSH service account credentials and passwords used by the SmartIT Agent are embedded directly in the application's source code, allowing an unauthenticated remote attacker to extract them and gain SSH access to any managed endpoint.

CVSS Score: 9.8 (Critical) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Because the credentials are static and shipped inside the software itself, patching a single deployment does not help — every installation built from the same vulnerable codebase shares the identical SSH account. The flaw was reserved and published on 2026-09-04 with TWCERT (Taiwan CERT) as the CNA.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-85146
CVSS Score9.8 (Critical)
CWECWE-798 — Use of Hard-Coded Credentials
TypeUnauthenticated SSH credential exposure
Attack VectorNetwork (no authentication required)
Privileges RequiredNone
User InteractionNone
AssignerTWCERT

Technical Details

SmartIT Desktop Manager ships with a bundled SmartIT Agent that exposes an SSH service on managed endpoints for remote administration. The SSH service account username and password are hard-coded into the application's source code rather than generated or configured per-deployment. Any attacker who obtains a copy of the client (or decompiles the binary) recovers a working SSH credential set that is valid across every installation of the product.

This disclosure is part of a batch of four related hard-coded credential issues in the same product line, published together by TWCERT:

CVECVSSDescription
CVE-2026-85146 (this advisory)9.8 CriticalHard-coded SSH service credentials in SmartIT Agent
CVE-2026-851477.5 HighHard-coded password recoverable from source, used to derive the AES communication key
CVE-2026-851489.8 CriticalFixed password grants direct unauthenticated access to managed hosts
CVE-2026-851495.3 MediumHard-coded SFTP credentials expose the agent host's file system

Impact of Successful Exploitation

ImpactDescription
Unauthorized SSH AccessAttacker logs into any managed endpoint using the extracted credentials
Full Endpoint CompromiseSSH access typically allows command execution, file access, and persistence
Fleet-Wide ExposureThe same credentials are valid across every deployment built from the vulnerable codebase
Confidentiality & Integrity LossAttacker can read, modify, or destroy data on the compromised host
Lateral MovementCompromised endpoints can be used as a pivot point into the broader network

Immediate Remediation

As of publication, no patched version number has been disclosed by Lightstar. Until an official fix is available:

  1. Restrict network exposure — firewall the SSH port used by the SmartIT Agent to management-network sources only; never expose it to the internet.
  2. Segment managed endpoints — place hosts running SmartIT Agent on an isolated VLAN with strict egress/ingress controls.
  3. Monitor for anomalous SSH logins — alert on connections to the agent's SSH service from unexpected source IPs.
  4. Contact Lightstar for a patched build or guidance on rotating the embedded credentials.
  5. Consider decommissioning SmartIT Desktop Manager for internet-facing or otherwise high-risk endpoints until a fix ships.

Detection Indicators

IndicatorDescription
SSH connections to the SmartIT Agent port from unfamiliar IPsPossible exploitation attempt
Successful SSH auth using the disclosed default accountConfirmed compromise
Outbound connections initiated from SmartIT-managed hostsPossible post-exploitation activity

References

  • TWCERT/CC — SmartIT Desktop Manager Hard-Coded Credentials Advisory (TVN-20260901)
  • NIST NVD — CVE-2026-85146
  • OffSeq Threat Radar — CVE-2026-85146

Related Reading

  • Hard-Coded Fixed Password in SmartIT Desktop Manager Enables Host Takeover
#CVE-2026-85146#Hard-Coded Credentials#SmartIT#Lightstar#CWE-798#Remote Management

Related Articles

Hard-Coded Fixed Password in SmartIT Desktop Manager Enables Host Takeover

CVE-2026-85148 lets unauthenticated attackers use a fixed, embedded password to remotely access hosts managed by Lightstar's SmartIT Desktop Manager.

4 min read

Dell ECS and ObjectScale: Hard-Coded Credentials

A critical CVSS 9.8 hard-coded credentials vulnerability in Dell ECS and ObjectScale allows unauthenticated local attackers to gain full filesystem access...

3 min read

CVE-2026-49191: M3WebServer Hard-Coded API Keys Exposed via Error Pages

A critical CVSS 9.8 vulnerability in M3WebServer hard-codes backend API keys in the production build. Attackers intercept them through verbose error handling…

6 min read
Back to all Security Alerts