CVE-2026-39031

MEDIUM

Lansweeper lsrunase 2.0 and lsencrypt 2.0 - Credential Exposure via Hardcoded RC4 Key

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-39031. PoCs published by user6400.

AI-analyzed exploit summary This PoC exploits a reversible password encryption scheme in Lansweeper lsrunase/lsencrypt 2.0, where RC4 keys are derived from a cleartext 8-character prefix and a fixed key suffix. The script decrypts or encrypts passwords by reconstructing the key material without brute force.

Description

Lansweeper lsrunase 2.0 and lsencrypt 2.0 use RC4 encryption with a hardcoded 142-byte static key array to encrypt credentials. An 8-character prefix is stored in cleartext alongside the ciphertext. This allows an attacker with local access to recover any encrypted password to plaintext using a single SHA-1 hash and RC4 decryption operation, with no brute force required.

Exploits (1)

nomisec WORKING POC
by user6400 · poc
https://github.com/user6400/cve-2026-39031-lansweeper-lsrunase2-lsencrypt2

This PoC exploits a reversible password encryption scheme in Lansweeper lsrunase/lsencrypt 2.0, where RC4 keys are derived from a cleartext 8-character prefix and a fixed key suffix. The script decrypts or encrypts passwords by reconstructing the key material without brute force.

Classification
Working Poc 99%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Lansweeper lsrunase 2.0 / lsencrypt 2.0
No auth needed
Prerequisites: Access to an encrypted password string produced by the vulnerable tools · Knowledge of the fixed key suffix (provided in the PoC)
mistral-large-3 · analyzed Jul 02, 2026 Full analysis →

Scores

CVSS v3 5.5
EPSS 0.0012
EPSS Percentile 1.9%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-321
Status published
Published Jun 26, 2026
Tracked Since Jun 27, 2026