Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareExploits 1 CVE

lambsys

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

1 CVE Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

1 CVES
CVE-2026-33017Unauthenticated RCE in Langflow build_public_tmp Public Flow Endpoint

Subsequently, it downloads the binary on the machine using curl or wget, launches it as a detached process, and spreads itself to every SSH-reachable host the victim can authenticate to.

via the hacker newsthehackernews.com
MITRE ATT&CK

Techniques & procedures

26 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

1 technique
T1078Valid AccountsEvidence1

spreads itself to every SSH-reachable host the victim can authenticate to

Execution

4 techniques
T1053.003CronEvidence3

disable host-level security controls, establish cron-based persistence

T1059.004Unix ShellEvidence3

Lambsys does not run its attack logic as Go functions... Instead, it forks a cascade of short-lived sh -c subprocesses, each executing one shell command

T1059.006PythonEvidence1

a single line of Python code evaluated inside an unauthenticated Langflow API endpoint pulls down a shell script, fetches a miner binary, and launches it detached

T1203Exploitation for Client ExecutionEvidence2

Threat actors are continuing to exploit a critical Langflow vulnerability as part of fresh attacks designed to deliver a Monero cryptocurrency miner.

Persistence

5 techniques
T1037Boot or Logon Initialization ScriptsEvidence1

File Path : ... /etc/rcS.d/K01apparmor

T1053.003CronEvidence3

disable host-level security controls, establish cron-based persistence

T1078Valid AccountsEvidence1

spreads itself to every SSH-reachable host the victim can authenticate to

T1543Create or Modify System ProcessEvidence1

AppArmor, Ubuntu’s default Mandatory Access Control framework, is stopped with service apparmor stop and taken out of the boot path with systemctl disable apparmor... service aliyun.service stop and systemctl disable aliyun.service

T1556Modify Authentication ProcessEvidence1

chattr -iae ~/.ssh/ and chattr -iae ~/.ssh/authorized_keys remove immutable and append-only attributes from the SSH directory and authorized_keys file, clearing the way for the lateral movement stage (isp.sh) to plant its key.

Privilege Escalation

4 techniques
T1037Boot or Logon Initialization ScriptsEvidence1

File Path : ... /etc/rcS.d/K01apparmor

T1053.003CronEvidence3

disable host-level security controls, establish cron-based persistence

T1078Valid AccountsEvidence1

spreads itself to every SSH-reachable host the victim can authenticate to

T1543Create or Modify System ProcessEvidence1

AppArmor, Ubuntu’s default Mandatory Access Control framework, is stopped with service apparmor stop and taken out of the boot path with systemctl disable apparmor... service aliyun.service stop and systemctl disable aliyun.service

Stealth

8 techniques
T1036MasqueradingEvidence1

The /tmp/.X11-unix / directory is a particularly notable hiding spot because it legitimately exists on any Linux system running X11, and files named 01, 11, 22 blend into the socket namespace.

T1070Indicator RemovalEvidence1

In addition, the malware removes system logs to cover up the tracks

T1070.004File DeletionEvidence1

A companion cleanup pass deletes rival wallet and key material: rm -rf /tmp/addre*, rm -rf /tmp/walle*, and rm -rf /tmp/keys.

T1078Valid AccountsEvidence1

spreads itself to every SSH-reachable host the victim can authenticate to

T1218System Binary Proxy ExecutionEvidence1

lambsys does not run its attack logic as Go functions. Instead, it forks a cascade of short-lived sh -c subprocesses, each executing one shell command

T1497Virtualization/Sandbox EvasionEvidence1

The 2024 sample is largely similar to the 2026 build... sandbox-stalling sleeps (T1497)

T1497.001System ChecksEvidence1

It further sends a request to ipinfo[.]io to obtain the host's public IP address and location, allowing the threat actors to make operational decisions on the fly.

T1564.001Hidden Files and DirectoriesEvidence1

Otherwise, it creates a hidden persistence directory at /var/tmp/.xlamb

Defense Impairment

3 techniques
T1222File and Directory Permissions ModificationEvidence2

removes the immutable attribute from files like "~/.ssh/," "~/.ssh/authorized_keys," "/etc/crontab," and "/etc/ld.so.preload," "/tmp/," "/var/tmp/," and "/var/spool/cron" in order to make its modifications, and then reapplies the immutable attribute

T1556Modify Authentication ProcessEvidence1

chattr -iae ~/.ssh/ and chattr -iae ~/.ssh/authorized_keys remove immutable and append-only attributes from the SSH directory and authorized_keys file, clearing the way for the lateral movement stage (isp.sh) to plant its key.

T1578Modify Cloud Compute InfrastructureEvidence1

sysctl kernel.nmi_watchdog=0

Credential Access

2 techniques
T1556Modify Authentication ProcessEvidence1

chattr -iae ~/.ssh/ and chattr -iae ~/.ssh/authorized_keys remove immutable and append-only attributes from the SSH directory and authorized_keys file, clearing the way for the lateral movement stage (isp.sh) to plant its key.

T1649Steal or Forge Authentication CertificatesEvidence1

The chattr sweep also targets SSH configuration: chattr -iae ~ /.ssh / and chattr -iae ~ /.ssh/authorized_keys remove immutable and append-only attributes from the SSH directory and authorized_keys file, clearing the way for the lateral movement stage (isp.sh) to plant its key.

Discovery

3 techniques
T1057Process DiscoveryEvidence1

The script begins by verifying if the miner is already running... The dropper calls pgrep -f "lambsys"... lambsys fires pgrep -x lambsys.elf repeatedly throughout its own execution.

T1497Virtualization/Sandbox EvasionEvidence1

The 2024 sample is largely similar to the 2026 build... sandbox-stalling sleeps (T1497)

T1497.001System ChecksEvidence1

It further sends a request to ipinfo[.]io to obtain the host's public IP address and location, allowing the threat actors to make operational decisions on the fly.

Lateral Movement

2 techniques
T1021.004SSHEvidence2

It can also propagate to other systems through reused SSH keys, effectively turning an exposed Langflow instance into a pathway for broader compromise.

T1570Lateral Tool TransferEvidence1

It can degrade system performance, increase costs, and lateral move to other systems via reused SSH keys.

Command and Control

2 techniques
T1071Application Layer ProtocolEvidence1

beacon to an external server ("83.142.209[.]214:80)

T1105Ingress Tool TransferEvidence3

Subsequently, it downloads the binary on the machine using curl or wget, launches it as a detached process

Impact

1 technique
T1496Resource HijackingEvidence1

We detected a cryptocurrency-mining campaign... The malware disables host-level security controls, deploys a custom miner, and establishes persistence.

Other

2 techniques
T1562Impair DefensesEvidence3

The binary, an ELF executable written in Go, is also engineered to disable AppArmor, Ubuntu's Uncomplicated Firewall, iptables, SELinux, the kernel NMI watchdog, and Alibaba Cloud's Aliyun agent.

T1562.001Disable or Modify ToolsEvidence1

ufw disable takes out Ubuntu’s Uncomplicated Firewall, and iptables -F flushes all filter-table rules... AppArmor... is stopped... SELinux... gets the same treatment... service aliyun.service stop and systemctl disable aliyun.service stop and disable Alibaba Cloud’s host-based security monitoring agent.

INDICATORS OF COMPROMISE

IOCs tracked for this family

3 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
2 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
1 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
ip.v4●●●●●●●●●●●●View more in apptoday
ip.v4●●●●●●●●●●●●View more in app7 days ago
hash.md5●●●●●●●●●●●●View more in app8 days ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching3

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities1

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping26

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.