Lucene search
+L

70 matches found

Kitploit
Kitploit
added 2026/08/25 10:45 a.m.1 views

cacti-cve-2022-46169-exploit

CVE-2022-46169 PoC: 인증 우회 및 원격 코드 실행 이 저장소는 CVE-2022-46169 취약점에 대한 PoC를 포함하고 있으며, 공격자가 인증을 우회하고 영향을 받는 시스템에서 원격으로 임의 코드를 실행할 수 있게 합니다. 이 취약점은 2022년 8월 18일에 출시된 Cacti 버전 1.2.22에 영향을 미칩니다. 이 취약점은 remoteagent.php에 IP 주소를 검색하고 poller 테이블 내 항목을 확인하는 함수가 있기 때문에 발생합니다. 항목이 발견되면 함수는 true를 반환하고 클라이언트는...

9.8CVSS9.7AI score0.99826EPSS
SaveExploits48
NVD
NVD
added 2026/08/19 8:17 p.m.9 views

CVE-2026-63722

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the...

9.8CVSS0.00985EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 7:13 p.m.13 views

EUVD-2026-62698

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the...

9.8CVSS6.9AI score0.00985EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 7:13 p.m.51 views

CVE-2026-63722

ICEcoder 8.1 is vulnerable to unauthenticated remote code execution via the terminal-xhr.php endpoint. Attackers chain three flaws: a password parameter bypasses authentication, a non-empty csrf parameter skips CSRF validation, and an arbitrary command string is passed directly to proc_open(), yi...

9.8CVSS6.9AI score0.00985EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 7:13 p.m.34 views

CVE-2026-63722 ICEcoder 8.1 Unauthenticated RCE via terminal-xhr.php

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the...

9.8CVSS0.00985EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 7:13 p.m.18 views

CVE-2026-63722 ICEcoder 8.1 Unauthenticated RCE via terminal-xhr.php

ICEcoder 8.1 contains an unauthenticated remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF validation bypass, and unsanitized command execution. Attackers can send a single HTTP POST request to the...

8.7CVSS7AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.12 views

PT-2026-78586

Name of the Vulnerable Software and Affected Versions ICEcoder version 8.1 Description An unauthenticated remote code execution issue allows attackers to execute arbitrary OS commands by chaining an authentication bypass, CSRF Cross-Site Request Forgery validation bypass, and unsanitized command...

9.8CVSS6.8AI score0.00985EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/05 6:26 p.m.47 views

CVE-2026-46394

CVE-2026-46394 : HAX CMS PHP backend prior to v26.0.0 is vulnerable to OS command injection in the Git.php library. The application builds shell commands from unsanitized input and executes them via proc_open(); only one of 17 command-invoking functions uses escapeshellarg(), increasing risk. An ...

7.7CVSS6.7AI score0.00768EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-46774

Malicious code in bioql PyPI...

8.8CVSS6.8AI score0.28807EPSS
SaveExploits2References5
BDU FSTEC
BDU FSTEC
added 2025/09/22 12:00 a.m.13 views

The vulnerability of the proc_open() function in the PHP interpreter allows attackers to execute arbitrary commands.

The vulnerability of the procopen function in the PHP programming language exists because measures to neutralize the special elements used in operating system commands have not been implemented. Exploiting this vulnerability allows a remote attacker to execute arbitrary commands...

9.7CVSS6.7AI score0.32568EPSS
SaveExploits2References8Affected Software2
OSV
OSV
added 2025/08/11 1:54 p.m.12 views

BIT-LIBPHP-2024-5585 Command injection via array-ish $command parameter of proc_open() (bypass CVE-2024-1874 fix)

In PHP versions 8.1. before 8.1.29, 8.2. before 8.2.20, 8.3. before 8.3.8, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command ar...

8.8CVSS7.7AI score0.28807EPSS
SaveExploits2References7
OSV
OSV
added 2025/01/14 7:20 p.m.23 views

BIT-PHP-MIN-2024-1874 Command injection via array-ish $command parameter of proc_open()

In PHP versions 8.1. before 8.1.28, 8.2. before 8.2.18, 8.3. before 8.3.5, when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands ...

9.4CVSS9AI score0.32568EPSS
SaveExploits2References11
OSV
OSV
added 2025/01/14 7:19 p.m.25 views

BIT-PHP-MIN-2024-5585 Command injection via array-ish $command parameter of proc_open() (bypass CVE-2024-1874 fix)

In PHP versions 8.1. before 8.1.29, 8.2. before 8.2.20, 8.3. before 8.3.8, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command ar...

8.8CVSS9AI score0.28807EPSS
SaveExploits2References7
BDU FSTEC
BDU FSTEC
added 2024/07/22 12:00 a.m.17 views

The vulnerability of the proc_open() function in the PHP interpreter allows attackers to execute arbitrary commands.

The vulnerability of the procopen function in the PHP programming language exists because measures to neutralize the special elements used in operating system commands have not been taken. Exploiting this vulnerability allows a remote attacker to execute arbitrary commands...

9CVSS6.8AI score0.28807EPSS
SaveExploits2References8Affected Software4
Tenable Nessus
Tenable Nessus
added 2024/07/02 12:00 a.m.35 views

CBL Mariner 2.0 Security Update: php (CVE-2024-1874)

The version of php installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-1874 advisory. - In PHP versions 8.1. before 8.1.28, 8.2. before 8.2.18, 8.3. before 8.3.5, when using procopen command with arra...

9.4CVSS7.9AI score0.32568EPSS
SaveExploits2References2
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:00 p.m.12 views

Command injection via array-ish $command parameter of proc_open() (bypass CVE-2024-1874 fix)

...

9.4CVSS7AI score0.32568EPSS
SaveExploits3
Veracode
Veracode
added 2024/06/19 11:10 a.m.28 views

Improper Encoding Or Escaping Of Output

php81 is vulnerable to Improper Encoding or Escaping of Output. The vulnerability is due to insufficient escaping when using the procopen command with array syntax, allowing malicious users to execute arbitrary commands in the Windows shell by supplying controlled arguments...

8.8CVSS7.6AI score0.32568EPSS
SaveExploits3References7Affected Software3
OSV
OSV
added 2024/06/12 7:30 a.m.51 views

BIT-PHP-2024-5585 Command injection via array-ish $command parameter of proc_open() (bypass CVE-2024-1874 fix)

In PHP versions 8.1. before 8.1.29, 8.2. before 8.2.20, 8.3. before 8.3.8, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command ar...

8.8CVSS9AI score0.28807EPSS
SaveExploits2References7
RedhatCVE
RedhatCVE
added 2024/06/11 2:28 p.m.76 views

CVE-2024-5585

In PHP, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments tha...

9.4CVSS8.8AI score0.32568EPSS
SaveExploits3References5
OSV
OSV
added 2024/06/09 7:15 p.m.13 views

AZL-42439 CVE-2024-5585 affecting package php for versions less than 8.3.8-1

In PHP versions 8.1. before 8.1.29, 8.2. before 8.2.20, 8.3. before 8.3.8, the fix for CVE-2024-1874 does not work if the command name includes trailing spaces. Original issue: when using procopen command with array syntax, due to insufficient escaping, if the arguments of the executed command ar...

8.8CVSS6.5AI score0.28807EPSS
SaveExploits2References1
Rows per page
Query Builder