Naveen Sunkavally

#1927of 55,140
123.8Total CVSS
Vulnerabilities · 14
Medium
3
High
4
Critical
7
PT-2026-30805
9.0
2026-04-07
Apache · Apache Activemq · CVE-2026-34197
**Name of the Vulnerable Software and Affected Versions** Apache ActiveMQ Broker versions prior to 5.19.7 Apache ActiveMQ Broker versions 6.0.0 through 6.2.5 Apache ActiveMQ All versions prior to 5.19.7 Apache ActiveMQ All versions 6.0.0 through 6.2.5 Apache ActiveMQ versions prior to 5.19.7 Apache ActiveMQ versions 6.0.0 through 6.2.5 **Description** An authenticated attacker can achieve remote code execution on the broker's Java Virtual Machine (JVM) by exploiting improper input validation and improper control of code generation. The issue exists because the Jolokia JMX-HTTP bridge, exposed at the '/api/jolokia/' endpoint, allows execution operations on ActiveMQ MBeans, specifically through the `addNetworkConnector(String)` and `addConnector(String)` functions of the `BrokerService`. By sending a specially crafted discovery URI, an attacker can trigger the `brokerConfig` parameter of the VM transport to load a remote Spring XML application context using `ResourceXmlApplicationContext`. Since this context instantiates singleton beans before configuration validation occurs, arbitrary code can be executed via bean factory methods such as `Runtime.exec()`. Real-world exploitation of this issue has been documented. **Recommendations** Upgrade Apache ActiveMQ Broker to version 5.19.7 or 6.2.6. Upgrade Apache ActiveMQ All to version 5.19.7 or 6.2.6. Upgrade Apache ActiveMQ to version 5.19.7 or 6.2.6. Restrict or disable Jolokia execution operations and enforce strong authentication policies. Block or limit network access to the '/api/jolokia/' endpoint and the web console to trusted management networks. Restrict the use of the `addNetworkConnector(String)` and `addConnector(String)` functions within the `BrokerService` until the system is updated.
PT-2025-15232
10
2025-04-07
Langflow · Langflow · CVE-2025-3248
**Name of the Vulnerable Software and Affected Versions** Langflow versions prior to 1.3.0 **Description** Langflow is susceptible to unauthenticated remote code execution (RCE) due to missing authentication in the `/api/v1/validate/code` endpoint. A remote attacker can send crafted HTTP requests containing Python code via the `code` parameter to execute arbitrary commands on the server. This issue has been exploited in the wild by the Flodrix botnet and the JadePuffer ransomware. In the JadePuffer incident, an autonomous LLM agent utilized this flaw to perform a full kill chain, including reconnaissance, credential theft of cloud API keys, lateral movement to production databases, and data encryption. The agent demonstrated high autonomy by diagnosing and fixing failed login attempts in 31 seconds and using self-documenting code. The attack targeted MySQL production servers and Alibaba Nacos services, utilizing the `AES ENCRYPT()` function for data destruction. **Recommendations** Update Langflow to version 1.3.0 or higher. Restrict internet access to the API. Block POST requests to the `/api/v1/validate/code` endpoint that contain Python operators such as `exec`, `Exception`, `import`, `print`, or `system` in the request body. Network-segment Langflow instances away from production database servers. Rotate all cloud API keys, database credentials, and cryptocurrency wallet keys accessible from affected hosts. Audit systems for crontab entries with a 30-minute callback interval to detect persistence.