Lucene search
+L

186515 matches found

Kitploit
Kitploit
added 2026/08/30 6:48 p.m.2 views

FTC-Skystone-Dark-Angels-Romania-2020

NOTICE This repository contains the public FTC SDK for the SKYSTONE 2019-2020 competition season. Formerly this software project was hosted here. Teams who are competing in the SKYSTONE Challenge should use this new SKYSTONE repository instead of the older and no longer updated ftcapp repository...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/08/30 6:43 p.m.12 views

prowler

Prowler is the Open Cloud Security Platform trusted by thousands to automate security and compliance in any cloud environment. With thousands of ready-to-use checks and compliance frameworks, Prowler delivers real-time, customizable monitoring and seamless integrations, making cloud security...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/08/30 6:37 p.m.5 views

antispy

AntiSpy 英語 | 简体中文 強力なアンチルートキットツールキット AntiSpyは、無料でありながら強力なアンチウイルスおよびルートキットツールキットです。 これは、カーネルのさまざまな変更やフックを検出、分析、復元できる最高権限の機能を提供します。 その支援により、通常の検出器から隠されたマルウェアを簡単に見つけて無力化できます。 開発 IDE: Visual Studio 2008 ユーザー空間: MFC WDK: WDK7600 サードパーティライブラリ: Codejock toolkit pro コード構造 root@kitploit: AntiSpyRootDir ├─...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 6:33 p.m.4 views

ghostbuster

目次 目次 Ghostbuster 問題 プロジェクトの機能 Ghostbusterのインストール Ghostbusterの使い方 出力例 AWSアカウントの設定 Cloudflareの設定(任意) 著者 ライセンス Ghostbuster すべてのAWSアカウント内のリソースを分析して、宙ぶらりんのElastic IPを排除します。 Ghostbusterは、すべてのAWSアカウント(Route53)に存在するすべてのDNSレコードを取得し、オプションでCSV入力またはCloudflareを介してレコードを取り込むことができます。...

5.9AI score
SaveExploits0References2
CVE
CVE
added 2026/08/30 6:28 p.m.3 views

CVE-2026-78693 Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ashgraphql allows a remote client to read internal field names that an application configured its errorhandler to redact. In AshGraphql.Errors, each error is passed to the configured errorhandler and the...

6.9CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 6:28 p.m.3 views

CVE-2026-78693 Incomplete redaction re-attaches the original error path in AshGraphql, leaking internal field names

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ashgraphql allows a remote client to read internal field names that an application configured its errorhandler to redact. In AshGraphql.Errors, each error is passed to the configured errorhandler and the...

6.9CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/30 6:27 p.m.3 views

CVE-2026-80223 Cross-tenant subscription disclosure in AshGraphql authorizes notifications in memory without a tenant-scoped read

Incorrect Authorization vulnerability in ash-project ashgraphql allows an authenticated subscriber in one tenant to receive another tenant's records over GraphQL subscriptions. The subscription resolver in AshGraphql.Graphql.Resolver authorizes each notification payload in memory: its fast path...

7.1CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 6:27 p.m.3 views

CVE-2026-80223 Cross-tenant subscription disclosure in AshGraphql authorizes notifications in memory without a tenant-scoped read

Incorrect Authorization vulnerability in ash-project ashgraphql allows an authenticated subscriber in one tenant to receive another tenant's records over GraphQL subscriptions. The subscription resolver in AshGraphql.Graphql.Resolver authorizes each notification payload in memory: its fast path...

7.1CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 6:25 p.m.3 views

CVE-2026-81636 Query-complexity limit bypass via first/last pagination arguments in AshGraphql enables denial of service

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ashgraphql allows an unauthenticated client to bypass the configured GraphQL query-complexity limit and force an unbounded database read. AshGraphql.Graphql.Resolver.querycomplexity/3 multiplies child complexity by...

8.7CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/30 6:25 p.m.2 views

CVE-2026-81636 Query-complexity limit bypass via first/last pagination arguments in AshGraphql enables denial of service

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ashgraphql allows an unauthenticated client to bypass the configured GraphQL query-complexity limit and force an unbounded database read. AshGraphql.Graphql.Resolver.querycomplexity/3 multiplies child complexity by...

8.7CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 6:22 p.m.3 views

CVE-2026-81633 Unhandled KeyError in AshGraphql relay node resolution crashes queries via an unknown type segment

Improper Input Validation vulnerability in ash-project ashgraphql allows an unauthenticated client to crash a relay nodeid: ... query with an unhandled KeyError. AshGraphql.Graphql.Resolver.resolvenode/2 decodes the client-supplied global ID with decoderelayid/1, which only base64-decodes the...

6.9CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/30 6:22 p.m.3 views

CVE-2026-81633 Unhandled KeyError in AshGraphql relay node resolution crashes queries via an unknown type segment

Improper Input Validation vulnerability in ash-project ashgraphql allows an unauthenticated client to crash a relay nodeid: ... query with an unhandled KeyError. AshGraphql.Graphql.Resolver.resolvenode/2 decodes the client-supplied global ID with decoderelayid/1, which only base64-decodes the...

6.9CVSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/30 6:20 p.m.3 views

CVE-2026-81643 Broken access control in AshGraphql subscription batcher applies authorization suppression to only the first notification

Incorrect Authorization vulnerability in ash-project ashgraphql delivers GraphQL subscription payloads for records a subscriber is not authorized to see. In AshGraphql.Subscription.Batcher, dosend/5 resolves the first notification of a batch and filters it with shouldsend?/1, which drops results...

2.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/30 6:20 p.m.2 views

CVE-2026-81643 Broken access control in AshGraphql subscription batcher applies authorization suppression to only the first notification

Incorrect Authorization vulnerability in ash-project ashgraphql delivers GraphQL subscription payloads for records a subscriber is not authorized to see. In AshGraphql.Subscription.Batcher, dosend/5 resolves the first notification of a batch and filters it with shouldsend?/1, which drops results...

2.3CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/30 6:20 p.m.3 views

flashlight

ペネトレーションテスター向け自動情報収集ツール 動画 : https://www.youtube.com/watch?v=EUMKffaAxzs&list=PL1BVM6VWlmWZOv9Hv8TV2v-kAlUmvA5g7&index=4 https://www.youtube.com/watch?v=qCgW-SfYl1c&list=PL1BVM6VWlmWZOv9Hv8TV2v-kAlUmvA5g7&index=5...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/30 6:17 p.m.2 views

Zeebsploit

このプロジェクトは停止しますか、それとも更新しますか?...

5.9AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/30 6:17 p.m.3 views

CVE-2026-82367 Re-entrant synchronous publish in AshGraphql subscription batcher delivers one subscriber's records to another's topic

Exposure of Data Element to Wrong Session vulnerability in ash-project ashgraphql can deliver one subscription's resolved records to a different subscriber's topic. AshGraphql.Subscription.Batcher.dosend/5 reads the resolved batch from the process dictionary via Process.get:batchresolved and then...

2.3CVSS
SaveExploits0References4
CVE
CVE
added 2026/08/30 6:17 p.m.3 views

CVE-2026-82367 Re-entrant synchronous publish in AshGraphql subscription batcher delivers one subscriber's records to another's topic

Exposure of Data Element to Wrong Session vulnerability in ash-project ashgraphql can deliver one subscription's resolved records to a different subscriber's topic. AshGraphql.Subscription.Batcher.dosend/5 reads the resolved batch from the process dictionary via Process.get:batchresolved and then...

2.3CVSS
SaveExploits0References4
NVD
NVD
added 2026/08/30 6:17 p.m.2 views

CVE-2026-82556

A vulnerability was found in Forgejo up to 15.0.4. This issue affects the function net.LookupIP of the file services/migrations/allowlist/ismigrateallowed.go of the component Repository Migration Handler. Performing a manipulation results in server-side request forgery. The attack can be initiate...

6.5CVSS
SaveExploits0References7
NVD
NVD
added 2026/08/30 6:17 p.m.2 views

CVE-2026-81322

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in ash-project ashcloak allows anyone with access to logs, error trackers, or crash reports, or anyone who can trigger a validation error, to recover the plaintext of a field the library encrypts...

2.1CVSS
SaveExploits0References4
Rows per page
Query Builder