Lucene search
+L

339 matches found

Kitploit
Kitploit
added 2026/08/25 10:05 a.m.2 views

malware-jail

malware-jail Песочница для полуавтоматического анализа JavaScript-вредоносов, деобфускации и извлечения полезной нагрузки. Написана для Node.js. malware-jail написана для песочницы 'vm' от Node. В настоящее время реализует контекст WScript Windows Scripting Host env/wscript.js, по крайней мере ту...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/25 4:13 a.m.2 views

AgentGuard

AgentGuard 面向自主AI代理的零信任沙箱。 AgentGuard 可以用安全护盾包裹任何 AI 代理(LangChain、CrewAI、AutoGen、自定义脚本)。只需改变一个命令: root@kitploit: 之前(危险——代理具有完全系统权限) python myagent.py 之后(沙箱化) agentguard run -- python myagent.py AgentGuard 拦截代理发出的每条 shell 命令、文件修改和网络请求。安全操作自动放行,危险操作自动拦截,其余操作则提示人类审批。 工作原理 AgentGuard 有四层防御层协同工作:...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/24 7:01 a.m.1 views

Z-Jail

Z-Jail Linux上でのネイティブコード実行のためのマルチレイヤーサンドボックス。 7つの独立した防御層 — 外部依存関係なし、約73 KiBのPIEバイナリ。 root@kitploit: ┌──────────────────────────────────────────────────────┐ │ Z-Jail │ ├──────────────────────────────────────────────────────┤ │ Truthimatics PV エビデンスベースの判定エンジン │ │ Namespaces mount, pid, net, ipc, ut...

5.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/23 11:40 p.m.1 views

nginx-ultimate-bad-bot-blocker

저장소| 스폰서가 되세요 ---|--- | 후원자가 되시면 귀하의 로고와 도메인 링크가 이곳에 표시됩니다. 이 프로젝트를 후원하고 싶다면 [email protected]으로 이메일을 보내주세요. 남아프리카공화국은 아직 GitHub 후원 프로그램에서 지원되지 않습니다. | 저를 후원해 주세요: https://ko-fi.com/mitchellkrog Nginx 악성 봇 및 사용자 에이전트 차단기, 스팸 리퍼러 차단기, Anti DDOS, 악성 IP 차단기 및 Wordpress 테마 탐지 차단기 Nginx 악성 봇, 사용자...

5.4AI score
SaveExploits0References13
CVE
CVE
added 2026/08/19 7:42 a.m.46 views

CVE-2026-58086

FreeBSD 15.0 and 15.1 are affected by a privilege validation flaw in the ktrace(2) facility. An unrelated code change inadvertently caused PRIV_KTRACE to always be denied to a jailed root user, meaning tracing configured by that user was not flagged as privileged. As a result, an unprivileged use...

5.4AI score0.00142EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:42 a.m.9 views

EUVD-2026-62340

As an inadvertent side effect of an unrelated code change, PRIVKTRACE was always denied to a jailed root user. Tracing configured by a jailed root user was therefore not flagged as privileged. An unprivileged user in a jail that has permission to debug the target process can modify the jailed roo...

5.5AI score0.00142EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 5:17 a.m.8 views

CVE-2026-49419

When the JAILATDESC flag is specified, kernjailset and kernjailget released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a...

8.8CVSS0.00286EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 4:32 a.m.42 views

CVE-2026-49419

FreeBSD 15.0+ kernel contains a double-free bug in kern_jail_set() and kern_jail_get(): when the JAIL_AT_DESC flag is used, the caller's current prison reference is released before descriptor lookup, then released again on error paths. An unprivileged local user can trigger a prison reference cou...

8.8CVSS7.3AI score0.00286EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 4:32 a.m.11 views

EUVD-2026-62231

When the JAILATDESC flag is specified, kernjailset and kernjailget released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a...

5.3AI score0.00286EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 4:32 a.m.39 views

CVE-2026-49419 Jail reference count underflow

When the JAILATDESC flag is specified, kernjailset and kernjailget released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. An unprivileged local user can trigger a...

0.00286EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/12 11:21 p.m.7 views

GHSA-CXGV-HP74-JJ7R Ansible FreeBSD Jail Connection Plugin: Jail escape via symlink following in put_file (host-side root mv)

Through version 1.3.0, the jailexec connection plugin's putfile resolved a transfer's destination to a path on the jail host + and ran mkdir -p and mv there as root on the host. Those commands follow symbolic links, and the path was operated on outside the jail, so a symlink existing inside the...

7.7CVSS5.7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/12 11:21 p.m.14 views

Ansible FreeBSD Jail Connection Plugin: Jail escape via symlink following in put_file (host-side root mv)

Through version 1.3.0, the jailexec connection plugin's putfile resolved a transfer's destination to a path on the jail host + and ran mkdir -p and mv there as root on the host. Those commands follow symbolic links, and the path was operated on outside the jail, so a symlink existing inside the...

5.6AI score
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/01 12:00 a.m.8 views

FreeBSD : FreeBSD -- Jail reference count underflow (a65c31d1-74e0-11f1-958d-bc241121aa0a)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the a65c31d1-74e0-11f1-958d-bc241121aa0a advisory. When the JAILATDESC flag is specified, kernjailset and kernjailget released the reference to the caller...

8.8CVSS7.5AI score0.00286EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/30 12:00 a.m.8 views

PT-2026-70014

Name of the Vulnerable Software and Affected Versions FreeBSD affected versions not specified Description An issue exists in the kern jail set and kern jail get functions when the JAIL AT DESC flag is used. The system releases the reference to the caller's current prison before searching for the...

8.8CVSS7.2AI score0.00286EPSS
SaveExploits0References8
FreeBSD Advisory
FreeBSD Advisory
added 2026/06/30 12:00 a.m.9 views

FreeBSD-SA-26:38.jail

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-26:38.jail Security Advisory The FreeBSD Project Topic: Jail reference count underflow Category: core Module: jail Announced: 2026-06-30 Credits: Yuxiang Yang,...

8.8CVSS5.8AI score0.00286EPSS
SaveExploits0
FreeBSD
FreeBSD
added 2026/06/30 12:00 a.m.26 views

FreeBSD -- Jail reference count underflow

Problem Description: When the JAILATDESC flag is specified, kernjailset and kernjailget released the reference to the caller's current prison before looking up the jail descriptor. If the descriptor lookup failed, error-handling paths released the same reference a second time. Impact: An...

8.8CVSS5.7AI score0.00286EPSS
SaveExploits0
EUVD
EUVD
added 2026/06/26 3:32 p.m.18 views

EUVD-2026-39776

When used to deliver a signal to a specific thread, thrkill22 called pcansignal to determine whether the operation was permitted but did not check the result before delivering the signal. The signal was sent even when the permission check failed. The system call returned the resulting error to th...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/26 3:16 p.m.15 views

CVE-2026-45256

When used to deliver a signal to a specific thread, thrkill22 called pcansignal to determine whether the operation was permitted but did not check the result before delivering the signal. The signal was sent even when the permission check failed. The system call returned the resulting error to th...

5.5CVSS0.00122EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/26 2:43 p.m.42 views

CVE-2026-45256 Missing permission check in thr_kill2(2)

When used to deliver a signal to a specific thread, thrkill22 called pcansignal to determine whether the operation was permitted but did not check the result before delivering the signal. The signal was sent even when the permission check failed. The system call returned the resulting error to th...

0.00122EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/26 2:43 p.m.54 views

CVE-2026-45256

CVE-2026-45256 affects FreeBSD thr_kill2(2). The kernel failed to verify the result of p_cansignal() before delivering a signal, allowing unprivileged local users who know target PIDs to signal processes they normally could not, including root-owned ones. This can lead to stopping or terminating ...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder