| タイトル | https://github.com/joelittlejohn/ https://github.com/joelittlejohn/jsonschema2pojo/ 1.2.2 Denial of Service |
|---|
| 説明 | find a stackoverflow in https://github.com/joelittlejohn/jsonschema2pojo/ which may lead to a Denial of Service (DoS) via crafted JSON.
when use mvn jsonschema2pojo:generate process a json like
{
"$ref": "#",
"definitions": {
"User": { "type": "string" }
}
}
It will report an StackOverflowError , like
---------------------------------------------------
Exception in thread "main" java.lang.StackOverflowError
at java.net.URI.appendSchemeSpecificPart(URI.java:1909)
at java.net.URI.toString(URI.java:1941)
at java.net.URI.<init>(URI.java:817)
at org.jsonschema2pojo.SchemaStore.create(SchemaStore.java:114)
at org.jsonschema2pojo.rules.SchemaRule.apply(SchemaRule.java:69)
at org.jsonschema2pojo.rules.SchemaRule.apply(SchemaRule.java:76)
at org.jsonschema2pojo.rules.SchemaRule.apply(SchemaRule.java:76)
BUG_Author:K1ling and fdt |
|---|
| ソース | ⚠️ https://github.com/joelittlejohn/jsonschema2pojo/issues/1672 |
|---|
| ユーザー | kar3nk (UID 83682) |
|---|
| 送信 | 2025年04月03日 09:35 (1 年 ago) |
|---|
| モデレーション | 2025年04月14日 14:38 (11 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 304643 [joelittlejohn jsonschema2pojo 1.2.2 JSON File SchemaRule.java apply メモリ破損] |
|---|
| ポイント | 20 |
|---|