1603 matches found
fulcio
Fulcio Una AC de uso gratuito para la firma de código Fulcio es una autoridad de certificación de uso gratuito que emite certificados de firma de código para una identidad de OpenID Connect OIDC, como una dirección de correo electrónico. Fulcio solo emite certificados de corta duración que son...
ephemera
Ephemera : 零信任SSH证书颁发机构 Zero-Trust SSH Certificate Authority Ephemera 是一个轻量级、自托管的SSH证书颁发机构,旨在为基础设施实施零信任访问。它用短生命周期证书替换静态SSH密钥,集成硬件支持的WebAuthn多因素认证(MFA),并维护密码学可验证的审计追踪。 !NOTE 主源仓库 : Codeberg GitHub镜像 : GitHub(用于可用性和托管) 高层架构 root@kitploit: graph LR subgraph Client"用户(操作者)" SSH"SSH客户端" HW"硬件密钥WebAuth...
shortscan
🌀 Shortscan 一个IIS短文件名枚举工具。 功能 Shortscan旨在快速确定IIS Web服务器上存在哪些具有短文件名的文件。一旦识别出短文件名,该工具将尝试自动识别完整的文件名。 除了标准发现方法外,Shortscan还使用独特的校验和匹配方法来尝试查找长文件名,其中短文件名基于Windows专有的短名称冲突避免校验和算法(关于此研究的更多信息将在日后发布)。 安装 快速安装 使用最新版本的Go: root@kitploit: go install github.com/bitquark/shortscan/cmd/shortscan@latest 手动安装...
IIS-ShortName-Scanner
IIS短文件名扫描器 - 2012-2023 & 仍然活跃 最新演讲: 超越Microsoft IIS短文件名泄露 最新博文: https://soroush.me/blog/2023/07/thirteen-years-on-advancing-the-understanding-of-iis-short-file-name-sfn-disclosure/ 我建议大家在尝试这个旧工具之前,先试试@bitquark用Go写的新工具:https://github.com/bitquark/shortscan...
m4ngl3m3
m4ngl3m3! Quick Installation: root@kitploit: $ git clone https://github.com/localh0t/m4ngl3m3 $ cd m4ngl3m3 $ ./main.py Basic Help: root@kitploit: usage: main.py -h -fy FROMYEAR -ty TOYEAR -sy -nf NUMBERSFILE -sf SYMBOLSFILE -cf CUSTOMFILE -sbs -sap -mm MUTATIONMETHODS MUTATIONMODE STRINGSFILE...
CVE-2026-61424
CVE-2026-61424 — DJ-Classifieds = 3.11.1 Tarea imageupload → Sin autenticación → Bypass del filtro de 3 cadenas Resumen Carga arbitraria de archivos sin autenticación en DJ-Classifieds para Joomla. El endpoint de la tarea imageupload procesa las cargas de archivos sin autenticación y se basa en u...
rustbuster
rustbuster 一个全面的Web模糊测试与内容发现工具 简介 查看博文:介绍 Rustbuster——一个全面的Web模糊测试与内容发现工具 下载 你可以从这里下载预编译的二进制文件。 安装 root@kitploit: installrustbuster echo "Installing latest version of Rustbuster" latestversion=curl -s https://github.com/phra/rustbuster/releases | grep "rustbuster-v" | head -n1 | cut -d'/' -f6 ech...
gpgsm-cve-2026-57062-cms-gcm-short-tag
gpgsm CVE-2026-57062: Etiqueta corta AES-GCM en CMS USN-8720-1 El gpgsm de GnuPG la herramienta S/MIME y CMS deriva la longitud de la etiqueta de autenticación que verifica a partir del OCTET STRING mac en un mensaje CMS AuthEnvelopedData RFC 5083 AES-256-GCM, y libgcrypt acepta etiquetas tan...
Linux Distros Unpatched Vulnerability : CVE-2026-89664
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via...
CVE-2026-89678
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...
AZL-100515 CVE-2026-89542 affecting package kernel 6.6.150.1-1
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: harden gsskrb5unwrapv2 against short tokens gsskrb5unwrapv2 reads the EC and RRC header fields at ptr+4 and ptr+6 before validating that the token is at least GSSKRB5TOKHDRLEN 16 bytes long, and its rotateleft helper pass...
AZL-100577 CVE-2026-89480 affecting package kernel 6.6.150.1-1
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: reject a read that transferred too few bytes nvmetcprecvdata completes a request once the current C2HData PDU has been consumed. Nothing compares the total bytes received against the length the command asked for: struct...
CVE-2026-89480
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: reject a read that transferred too few bytes nvmetcprecvdata completes a request once the current C2HData PDU has been consumed. Nothing compares the total bytes received against the length the command asked for: struct...
CVE-2026-89678 nfsd: fix partial-write detection in nfsd_direct_write
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix partial-write detection in nfsddirectwrite nfsddirectwrite walks a list of write segments and, after each vfsiocbiterwrite, tries to detect a short write so the loop can stop before placing the next segment at a wrong...
CVE-2026-89678
CVE-2026-89678 is a flaw in the Linux kernel's nfsd (NFS server daemon), specifically in the nfsd_direct_write() function. The partial-write detection logic compares host_err against segments[i].iter.count, which has already been advanced by vfs_iocb_iter_write() to the residual (original length ...
CVE-2026-89664 nfsd: release OPEN-decoded posix ACLs via op_release
In the Linux kernel, the following vulnerability has been resolved: nfsd: release OPEN-decoded posix ACLs via oprelease nfsd4decodecreatehow4 calls nfsd4decodefattr4, which allocates refcounted struct posixacl objects via posixaclalloc and stores them in open-oppacl and open-opdpacl. These pointe...
CVE-2026-89542
CVE-2026-89542 is a CRITICAL (CVSS 9.8) vulnerability in the Linux kernel's SUNRPC subsystem, specifically in the gss_krb5_unwrap_v2() function. When processing GSS-KRB5 tokens, the function reads header fields at fixed offsets before validating that the token is at least 16 bytes long, causing o...
CVE-2026-89542 SUNRPC: harden gss_krb5_unwrap_v2 against short tokens
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: harden gsskrb5unwrapv2 against short tokens gsskrb5unwrapv2 reads the EC and RRC header fields at ptr+4 and ptr+6 before validating that the token is at least GSSKRB5TOKHDRLEN 16 bytes long, and its rotateleft helper pass...
EUVD-2026-76453
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: harden gsskrb5unwrapv2 against short tokens gsskrb5unwrapv2 reads the EC and RRC header fields at ptr+4 and ptr+6 before validating that the token is at least GSSKRB5TOKHDRLEN 16 bytes long, and its rotateleft helper pass...
CVE-2026-89537
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Reject short RFC 4121 MIC tokens in gsskrb5verifymicv2 gsskrb5verifymicv2 reads the token ID at ptr0..1, the flags byte at ptr2, and padding at ptr3..7, then passes ptr + GSSKRB5TOKHDRLEN and cksumlen to gsskrb5micbuildsg...