Lucene search
+L

144 matches found

OSV
OSV
added 2026/05/27 10:49 p.m.12 views

GHSA-2G95-6X5Q-XJWJ Yamcs Vulnerable to Authenticated Remote Code Execution (RCE) via Jython Algorithm Code Injection

Summary A Server-Side Code Injection vulnerability exists in the Yamcs script evaluation engine for Python algorithms. The application dynamically compiles and evaluates user-controlled algorithm text using Jython via the JSR-223 ScriptEngine API without enforcing a secure sandbox. An authenticat...

9.1CVSS6.2AI score0.01116EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/27 10:49 p.m.33 views

Yamcs Vulnerable to Authenticated Remote Code Execution (RCE) via Jython Algorithm Code Injection

Summary A Server-Side Code Injection vulnerability exists in the Yamcs script evaluation engine for Python algorithms. The application dynamically compiles and evaluates user-controlled algorithm text using Jython via the JSR-223 ScriptEngine API without enforcing a secure sandbox. An authenticat...

9.1CVSS6.2AI score0.01116EPSS
SaveExploits1References2Affected Software1
Snyk
Snyk
added 2026/05/27 10:49 p.m.35 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection via the dynamic evaluation of user-supplied algorithm code in the script evaluation engine. An attacker can execute arbitrary operating system commands by injecting malicious Jython code through the REST API whe...

9.4CVSS6AI score0.01116EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/05/27 10:45 p.m.16 views

Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

Overview Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code 'Unsafe Reflection' via the updateAlgorithm process. An attacker can execute arbitrary code on the server by supplying crafted JavaScript payloads that are evaluated without...

9.8CVSS6AI score0.00976EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/27 10:45 p.m.26 views

Yamcs Vulnerable to Remote Code Execution via Mission Database algorithm override

Remote Code Execution via Mission Database algorithm override Summary The Nashorn ScriptEngine used to evaluate user-supplied algorithm text in MdbOverrideApi.updateAlgorithm is constructed without a ClassFilter, allowing a user with the ChangeMissionDatabase privilege to execute arbitrary Java...

9.8CVSS6.5AI score0.00976EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/05/27 10:45 p.m.19 views

GHSA-VMWP-VH32-RJ75 Yamcs Vulnerable to Remote Code Execution via Mission Database algorithm override

Remote Code Execution via Mission Database algorithm override Summary The Nashorn ScriptEngine used to evaluate user-supplied algorithm text in MdbOverrideApi.updateAlgorithm is constructed without a ClassFilter, allowing a user with the ChangeMissionDatabase privilege to execute arbitrary Java...

9.8CVSS6.5AI score0.00976EPSS
SaveExploits1References2
OSV
OSV
added 2026/05/27 12:05 a.m.21 views

GHSA-524G-X36V-9WM6 Yamcs Vulnerable to Server-Side Code Injection (RCE) via Janino Expression Engine in `JavaExprAlgorithmExecutionFactory`

Summary A Server-Side Code Injection vulnerability exists in the Yamcs algorithm evaluation engine org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory. The application dynamically compiles and evaluates user-controlled algorithm text without enforcing a secure sandbox. An authenticated user wi...

9.1CVSS6.1AI score0.01116EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/05/27 12:05 a.m.22 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection in the JavaExprAlgorithmExecutionFactory process. An attacker can execute arbitrary code on the underlying operating system by injecting malicious Java expressions through the REST API when authenticated with th...

9.4CVSS6AI score0.01116EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/05/27 12:05 a.m.27 views

Yamcs Vulnerable to Server-Side Code Injection (RCE) via Janino Expression Engine in `JavaExprAlgorithmExecutionFactory`

Summary A Server-Side Code Injection vulnerability exists in the Yamcs algorithm evaluation engine org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory. The application dynamically compiles and evaluates user-controlled algorithm text without enforcing a secure sandbox. An authenticated user wi...

9.1CVSS6.1AI score0.01116EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/05/27 12:04 a.m.53 views

GHSA-W5R6-MCGQ-7PQ4 Yamcs has No Rate Limiting on Authentication Endpoint

Summary The authentication endpoint POST /auth/token in yamcs-core lacks any form of rate limiting, account lockout, or failed attempt throttling. As a result, an unauthenticated remote attacker can perform unlimited password guessing attempts against any user account. This missing rate limiting...

6.5CVSS5.8AI score0.0206EPSS
SaveExploits3References2
Snyk
Snyk
added 2026/05/27 12:04 a.m.18 views

Brute Force

Overview Affected versions of this package are vulnerable to Brute Force through the handleToken process. An attacker can gain unauthorized access to user accounts by performing unlimited authentication attempts without restriction. PoC 20 attempts — zero rate limiting for i in $seq 1 20; do curl...

9.8CVSS5.5AI score0.0206EPSS
SaveExploits3References2
Github Security Blog
Github Security Blog
added 2026/05/27 12:04 a.m.35 views

Yamcs has No Rate Limiting on Authentication Endpoint

Summary The authentication endpoint POST /auth/token in yamcs-core lacks any form of rate limiting, account lockout, or failed attempt throttling. As a result, an unauthenticated remote attacker can perform unlimited password guessing attempts against any user account. This missing rate limiting...

9.8CVSS5.8AI score0.0206EPSS
SaveExploits3References2Affected Software1
Snyk
Snyk
added 2026/05/27 12:03 a.m.19 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization in the IAM API endpoints, including listUsers, getUser, listGroups, and getGroup. An attacker can retrieve sensitive user information, such as usernames, superuser status, and group memberships, by sending...

5.3CVSS5.5AI score0.01057EPSS
SaveExploits3References2
OSV
OSV
added 2026/05/27 12:03 a.m.30 views

GHSA-P2RJ-MRMC-9W29 Yamcs vulnerable to unauthorized user enumeration via IAM API endpoints

Summary The IAM API endpoints listUsers, getUser, listGroups, and getGroup in yamcs-core do not enforce the required SystemPrivilege.ControlAccess check. As a result, any authenticated user even those with low or no privileges can enumerate all user accounts in the system, including their...

4.3CVSS5.8AI score0.01057EPSS
SaveExploits3References2
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.34 views

PT-2026-43457

Summary A Server-Side Code Injection vulnerability exists in the Yamcs algorithm evaluation engine org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory. The application dynamically compiles and evaluates user-controlled algorithm text without enforcing a secure sandbox. An authenticated user wi...

9.1CVSS6.1AI score0.01116EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.24 views

PT-2026-44162

Summary A Server-Side Code Injection vulnerability exists in the Yamcs script evaluation engine for Python algorithms. The application dynamically compiles and evaluates user-controlled algorithm text using Jython via the JSR-223 ScriptEngine API without enforcing a secure sandbox. An authenticat...

9.1CVSS6.2AI score0.01116EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.29 views

PT-2026-43456

Name of the Vulnerable Software and Affected Versions YAMCS affected versions not specified Description The authentication endpoint "POST /auth/token" in yamcs-core lacks rate limiting, account lockout, and failed attempt throttling. This allows an unauthenticated remote attacker to perform...

6.5CVSS5.8AI score0.0206EPSS
SaveExploits3References10
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.25 views

PT-2026-43455

Summary The IAM API endpoints listUsers, getUser, listGroups, and getGroup in yamcs-core do not enforce the required SystemPrivilege.ControlAccess check. As a result, any authenticated user even those with low or no privileges can enumerate all user accounts in the system, including their...

4.3CVSS5.8AI score0.01057EPSS
SaveExploits3References9
Snyk
Snyk
added 2026/05/26 11:39 p.m.29 views

LDAP Injection

Overview Affected versions of this package are vulnerable to LDAP Injection via the LdapAuthModule process. An attacker can gain unauthorized access to user accounts by injecting specially crafted input into the username parameter during LDAP authentication. Note: This is only exploitable if the...

5.3CVSS5.5AI score0.01027EPSS
SaveExploits3References2
Circl
Circl
added 2026/05/21 3:03 p.m.16 views

CVE-2026-42568

creationtimestamp| type| source ---|---|--- 2026-05-21 15:03:27+00:00| published-proof-of-concept| https://github.com/yamcs/yamcs/security/advisories/GHSA-cqh3-jg8p-336j 2026-05-29 15:00:15+00:00| seen| Telegram/a86W4JR7O--z7UEFDSjPGooPu8cJg6Qw5misZZ2a8xOkaUM 2026-05-29 21:00:04+00:00| seen|...

4.3CVSS5.8AI score0.01027EPSS
SaveExploits3References1
Rows per page
Query Builder