Improper Validation of Syntactic Correctness of Input The advisory has been revoked - it doesn't affect any version of package libcephsqlite  (opens in a new tab)


Threat Intelligence

EPSS
0.44% (36th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL10-LIBCEPHSQLITE-15563960
  • published14 Mar 2026
  • disclosed29 Oct 2025

Introduced: 29 Oct 2025

CVE-2025-47912  (opens in a new tab)
CWE-1286  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libcephsqlite package and not the libcephsqlite package as distributed by RHEL.

The Parse function permits values other than IPv6 addresses to be included in square brackets within the host component of a URL. RFC 3986 permits IPv6 addresses to be included within the host component, enclosed within square brackets. For example: "http://[::1]/". IPv4 addresses and hostnames must not appear within square brackets. Parse did not enforce this requirement.