一、 漏洞 CVE-2025-49128 基础信息
漏洞信息
                                        # 存在内存披露漏洞的杰克逊核心通过JsonLocation中的源代码片段

N/A
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Jackson-core Vulnerable to Memory Disclosure via Source Snippet in JsonLocation
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Jackson-core contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. Starting in version 2.0.0 and prior to version 2.13.0, a flaw in jackson-core's `JsonLocation._appendSourceDesc` method allows up to 500 bytes of unintended memory content to be included in exception messages. When parsing JSON from a byte array with an offset and length, the exception message incorrectly reads from the beginning of the array instead of the logical payload start. This results in possible information disclosure in systems using pooled or reused buffers, like Netty or Vert.x. This issue was silently fixed in jackson-core version 2.13.0, released on September 30, 2021, via PR #652. All users should upgrade to version 2.13.0 or later. If upgrading is not immediately possible, applications can mitigate the issue by disabling exception message exposure to clients to avoid returning parsing exception messages in HTTP responses and/or disabling source inclusion in exceptions to prevent Jackson from embedding any source content in exception messages, avoiding leakage.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
通过错误消息导致的信息暴露
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-49128 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-49128 的情报信息
  • 标题: Misleading exception for input source when processing byte buffer with start offset (see `JsonProcessingException`) · Issue #652 · FasterXML/jackson-core -- 🔗来源链接

    标签: x_refsource_MISC

  • 标题: Memory Disclosure via Source Snippet in JsonLocation · Advisory · FasterXML/jackson-core · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

  • 标题: Fix #652 · FasterXML/jackson-core@a6c2976 · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

  • https://nvd.nist.gov/vuln/detail/CVE-2025-49128