Lucene search
+L

708 matches found

Kitploit
Kitploit
added 2026/08/25 7:30 p.m.4 views

Hash-Eye

🔍 HashEye - أداة متقدمة للكشف عن أنواع التجزئة Hashes HashEye هي أداة CLI قوية بلغة Python للكشف الفوري عن أنواع التجزئة وتحليلها. توفر معلومات مفصلة حول تنسيقات التجزئة، مستويات الأمان، تحليل الإنتروبيا، واكتشاف الأنماط. مقدمة منIsaac Security Labs 🔗 روابط: GitHub: @ishaklaz تلغرام:...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 8:18 a.m.5 views

sonicwall-audit-toolkit

Toolkit di audit di sicurezza SonicWall Framework automatizzato di valutazione della sicurezza per appliance SonicWall. Esclusivamente per attività di penetration testing autorizzate. Avvio rapido root@kitploit: Install dependencies pip install -r requirements.txt Run all modules against a target...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:12 a.m.199 views

chaps

CHAPS: Configuration Hardening Assessment PowerShell Scripts CHAPS is a set of read-only scripts for checking Windows system security configuration where additional assessment software such as Microsoft Policy Analyzer or commercial tools cannot be installed. It is designed for Industrial Control...

5.6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/24 9:22 a.m.54 views

aws-security-assessment-solution

Self-Service Security Assessment Solutions v2.0 Cybersecurity remains a very important topic and point of concern for many CIOs, CISOs, and their customers. To meet these important concerns, AWS has developed a primary set of services customers should use to aid in protecting their accounts. Amaz...

5.5AI score
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/08/20 5:06 p.m.23 views

py-web-vuln-scanner

No d...

5.3AI score
SaveExploits0
OSV
OSV
added 2026/08/16 7:28 a.m.5 views

MINI-WWXP-HJXC-7547

Bulletin has no description...

9.6CVSS5AI score0.00692EPSS
SaveExploits0
Chainguard
Chainguard
added 2026/08/14 8:24 a.m.19 views

GO-2025-4245 vulnerabilities

Vulnerabilities for packages: argo-cd, grafana-alloy, amazon-cloudwatch-agent-fips, eks-distro, jaeger, rke2-runtime, splunk-otel-collector-fips, opentelemetry-collector-fips, nats, coredns-fips, eks-distro-fips, opentelemetry-collector-contrib-fips, jaeger-fips, tempo, verticadb-operator,...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/14 8:24 a.m.15 views

GO-2025-4010 vulnerabilities

Vulnerabilities for packages: argo-cd, guac, aws-sigv4-proxy, age, prometheus-mongodb-exporter, flux, sbom-scorecard, pvc-autoresizer, kube-conformance, nvidia-nsight-compute-12.8, blob-csi, runc, google-osconfig-agent, net-kourier-fips, wgcf, ini-file, pushprox-fips, sriov-network-device-plugin,...

5.9AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/13 2:52 p.m.37 views

CVE-2026-63424

During an internal security assessment, an improperly protected key was discovered in Lenovo Dock Manager that could allow a local authenticated user to escalate privileges...

7.3CVSS0.00097EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/06 8:25 p.m.10 views

GHSA-P7H3-7Q52-72W8 printenv: environment variables with invalid UTF-8 are silently skipped (evades inspection)

The printenv utility in uutils coreutils fails to display environment variables containing invalid UTF-8 byte sequences. While POSIX permits arbitrary bytes in environment strings, the uutils implementation silently skips these entries rather than printing the raw bytes. This vulnerability allows...

4.4CVSS6AI score0.0017EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/07/06 8:25 p.m.21 views

printenv: environment variables with invalid UTF-8 are silently skipped (evades inspection)

The printenv utility in uutils coreutils fails to display environment variables containing invalid UTF-8 byte sequences. While POSIX permits arbitrary bytes in environment strings, the uutils implementation silently skips these entries rather than printing the raw bytes. This vulnerability allows...

4.4CVSS6AI score0.0017EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/06 8:15 p.m.18 views

GHSA-7CR3-H577-G38J rm: --preserve-root bypassed via a symlink to / (string check instead of dev/inode)

The --preserve-root check uses a path-string test path.hasroot && path.parent.isnone rather than comparing device/inode. A symlink to / e.g. /tmp/rootlink - / has a parent component, so it passes the check. GNU caches /'s dev/inode at startup and compares every traversed directory against it...

6.7CVSS6AI score0.00185EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/06 7:54 p.m.14 views

cut: -s (only-delimited) ignored when delimiter is a newline

The cut utility in uutils coreutils incorrectly handles the -s only-delimited option when a newline character is specified as the delimiter. The implementation fails to verify the onlydelimited flag in the cutfieldsnewlinechardelim function, causing the utility to print non-delimited lines that...

3.3CVSS6AI score0.00135EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/06 7:54 p.m.9 views

GHSA-WV33-5PXH-R7J7 cut: -s (only-delimited) ignored when delimiter is a newline

The cut utility in uutils coreutils incorrectly handles the -s only-delimited option when a newline character is specified as the delimiter. The implementation fails to verify the onlydelimited flag in the cutfieldsnewlinechardelim function, causing the utility to print non-delimited lines that...

3.3CVSS6AI score0.00135EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/06 7:50 p.m.13 views

GHSA-2W8R-9XJ7-69J5 mktemp: empty TMPDIR creates temp files in CWD instead of /tmp

The mktemp utility in uutils coreutils fails to properly handle an empty TMPDIR environment variable. Unlike GNU mktemp, which falls back to /tmp when TMPDIR is an empty string, the uutils implementation treats the empty string as a valid path. This causes temporary files to be created in the...

3.3CVSS5.9AI score0.00133EPSS
SaveExploits0References6
Packet Storm News
Packet Storm News
added 2026/07/06 12:00 a.m.8 views

Strapi Content API Sanitization Bypass Detection Module Scanner

This Python script assesses exposure to CVE-2026-27886 in Strapi Content API endpoints by performing differential filter validation against where parameters. Detection compares baseline query behavior against controlledfilter predicates to determine whether unsanitized conditions reach backend...

9.2CVSS5.9AI score0.00612EPSS
SaveExploits5
GithubExploit
GithubExploit
added 2026/06/23 6:38 p.m.135 views

vulnerability-assessment-metasploitable2

Vulnerability Assessment — Metasploitable 2 A end-to-end vuln...

10CVSS5.9AI score0.96184EPSS
SaveExploits45
Packet Storm News
Packet Storm News
added 2026/06/11 12:00 a.m.21 views

Chatwoot Scanner

This is a security assessment tool designed to evaluate authentication status, response behavior, and possible exposure indicators in Chatwoot conversation filtering functionality...

5.3AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/06/10 2:11 p.m.14 views

CVE-2025-10238

During an internal security assessment, a potential out-of-bounds write vulnerability was discovered in the BIOS of some ThinkPad products could allow a privileged local user to execute code in System Management Mode SMM...

8.4CVSS5.7AI score0.00121EPSS
SaveExploits0References1
CVE
CVE
added 2026/06/10 2:10 p.m.465 views

CVE-2025-10237

CVE-2025-10237 involves ThinkPad embedded controller firmware. A potential vulnerability could allow a privileged local user to perform arbitrary reads or writes to privileged memory regions. The available connected records confirm a LOCAL attack vector with HIGH impact on confidentiality, integr...

8.4CVSS5.6AI score0.00077EPSS
SaveExploits0References1
Rows per page
Query Builder