652 matches found
CVE-2022-33171
CVE-2022-33171: TypeORM SQLインジェクション 注記: これはCVE-2022-33171に関する進行中の分析です。ここに記載されている詳細は、さらなる情報が利用可能になるにつれて更新される可能性があります。現在は機能していません 脆弱性の詳細 CVE ID: CVE-2022-33171 製品: TypeORM 影響を受けるバージョン: 0.3.0 脆弱性の種類: SQLインジェクション 公開日: 2022年6月28日 説明...
Apache-couchdb-CVE-2017-12635
Couchdb 垂直権限バイパス脆弱性(CVE-2017-12635) Apache CouchDBは、使いやすさと「Webを完全に取り込むデータベース」であることに重点を置いたオープンソースデータベースです。JSONをストレージ形式として、JavaScriptをクエリ言語として、MapReduceとHTTPをAPIとして使用するNoSQLデータベースです。応用範囲は広く、例えばBBCは動的コンテンツ表示プラットフォームで、Credit Suisseは社内の商品部門の市場フレームワークで、Meeboはソーシャルプラットフォーム(Webおよびアプリケーション)で使用しています。...
CVE-2026-0915-json-Patch.-V2.0
Uploading 1000000837.png… CVE-2026-0915-json-Patch.-V2.0 バグを修正 - glibc 🔒 JSONバリデータセキュリティパッチ CVE-2026-0915向けエンタープライズグレードのソリューション - 厳格なスキーマ検証による安全でないJSONパースからの保護。 🚨 セキュリティ通知 このパッチはCVE-2026-0915 を修正します - インジェクション攻撃を引き起こす可能性のあるJSONパース実装における重大な脆弱性です。 ✨ 機能...
json_cve_2020_10663
CVE-2020-10663(json gem の脆弱性)向け回避策 json gem にはセキュリティ上の脆弱性 CVE-2020-10663 があります。特定の JSON ドキュメントを解析すると、json gem は対象システム内に任意のオブジェクトを作成するよう強制される可能性があります。 ユーザーには、json 2.3.0 以降へのアップグレードを強くお勧めします。 json のバージョンをアップグレードできないユーザーのために、この gem(jsoncve202010663)は、お使いの json バージョンに CVE-2020-10663 対策のモンキーパッチを適用します。...
Jawn: Quadratic parsing effort in AsyncParser
AsyncParser can be forced to perform On^2 work on the length of the input. When a single JSON token arrives across many small chunks, each absorb call rescans the incomplete token from the start. Impact Denial of service via CPU exhaustion when parsing untrusted JSON. Preconditions: - Application...
Detection-and-Mitigation-script-for-CVE-2021-42717
Detection-and-Mitigation-script-for-CVE-2021-42717 CVE-2021-42717 の検出・緩和スクリプト - JSON パーシングにおける ModSecurity DoS 脆弱性 ModSecurity 3.x から 3.0.5 までは、過度にネストされた JSON オブジェクトを誤って処理します。何万もの深さでネストされた巧妙に細工された JSON オブジェクトは、Web サーバーが正当なリクエストを処理できなくなる可能性があります。中程度の大きさ(例: 300KB)の HTTP リクエストでも、限られた NGINX ワーカープロセスの...
CVE-2026-54350-Budibase-NoSQL-Injection
CVE-2026-54350 — Budibase 인증되지 않은 NoSQL 연산자 삽입 Budibase에서 인증되지 않은 JSON/NoSQL 연산자 삽입 취약점. 문서 데이터 소스MongoDB, CouchDB, Elasticsearch, DynamoDB-PartiQL, 또는 JSON 본문이 있는 REST를 기반으로 하는 PUBLIC 쿼리를 노출하는 게시된 Budibase 앱의 모든 익명 방문자는 백업 컬렉션의 모든 문서를 읽을 수 있으며 , 공개 쓰기 쿼리가 존재하는 경우 단일 인증되지 않은 HTTP 요청으로 모든 문서를 수정할 ...
crack-0.1.8-fixed
crack MerbとRailsから流用した、とてもシンプルなJSONおよびXMLパーサーです。XMLパーサーはMerbから、JSONパーサーはRailsから拝借しました。私の功績ではありません。皆さんが楽しんで簡単に使えるようにパッケージ化しただけです。 == リリースに関する注意 リリースはgithub上でタグ付けされ、githubとrubyforgeでgemとしてもリリースされています。masterには、パッチや新機能を追加するたびにプッシュされます。masterからビルドするには、コードをクローンし、更新されたgemspecを生成して、gemをビルドしてインストールしてください。...
couchdb-exploit
🚀 CouchDB Exploit - CVE-2017-12635 & CVE-2017-12636 Apache CouchDB - Privilege Escalation & Remote Code Execution 📖 Overview This tool exploits two critical vulnerabilities in Apache CouchDB: CVE| Description| Severity ---|---|--- CVE-2017-12635| Privilege Escalation via JSON Parsing Bypass| 🔴...
Fedora 44 : mongo-c-driver (2026-8ed63cce6b)
The remote Fedora 44 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-8ed63cce6b advisory. libmongoc 1.30.9 Fixes - Fix OCSP error handling. CVE-2026-84964 - Fix unsafe casts during JSON parsing. CVE-2026-84965 - Fix possible unsafe...
Fedora 45 : mongo-c-driver (2026-83792d666c)
The remote Fedora 45 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-83792d666c advisory. libmongoc 2.5.2 Fixes - Fix OCSP error handling. CVE-2026-84964 - Fix unsafe casts during JSON parsing. CVE-2026-84965 - Fix possible unsafe...
Django REST framework: Potential bypass of Django `DATA_UPLOAD_MAX_MEMORY_SIZE` when parsing oversized JSON and urlencoded request bodies via DRF `request.data`
SummaryWhile investigating Django REST Framework's request parsing behavior, I identified that DRF's high-level request.data parsing appears to bypass Django's configured DATAUPLOADMAXMEMORYSIZE protection for application/json and application/x-www-form-urlencoded request bodies.In the tested...
CVE-2023-54393
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper validation in the JsonMapper dependency. Attackers can send malformed JSON structures in LoginPacket to crash the server...
CVE-2023-54390
PocketMine-MP versions before 5.3.1 and 4.23.1 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper null value handling in arrays. Attackers can send malformed JSON with unexpected null elements in LoginPacket to crash the server...
CVE-2024-58381 PocketMine-MP before 5.11.1 Denial of Service via LoginPacket
PocketMine-MP before 5.11.1 contains a denial of service vulnerability in LoginPacket JSON processing that allows remote attackers to crash the server by sending malformed JSON data. Attackers can exploit improper object initialization from scalar JSON types to trigger unset required properties,...
EUVD-2024-55754
PocketMine-MP before 5.11.1 contains a denial of service vulnerability in LoginPacket JSON processing that allows remote attackers to crash the server by sending malformed JSON data. Attackers can exploit improper object initialization from scalar JSON types to trigger unset required properties,...
CVE-2023-54393
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in the LoginPacket JSON parsing logic, caused by improper validation in the JsonMapper dependency. An unauthenticated attacker can send malformed JSON structures within a LoginPacket to crash the server . The CVSS v3.1...
CVE-2023-54393 PocketMine-MP before 4.20.5 Denial of Service via LoginPacket
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper validation in the JsonMapper dependency. Attackers can send malformed JSON structures in LoginPacket to crash the server...
CVE-2023-54393 PocketMine-MP before 4.20.5 Denial of Service via LoginPacket
PocketMine-MP versions before 4.20.5 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper validation in the JsonMapper dependency. Attackers can send malformed JSON structures in LoginPacket to crash the server...
EUVD-2023-60621
PocketMine-MP versions before 5.3.1 and 4.23.1 contain a denial of service vulnerability in LoginPacket JSON parsing due to improper null value handling in arrays. Attackers can send malformed JSON with unexpected null elements in LoginPacket to crash the server...