Bug 2527774 - CVE-2026-55858 seamonkey: MariaDB Connector/J: Silent data corruption due to character set mismatch [fedora-all]
Summary: CVE-2026-55858 seamonkey: MariaDB Connector/J: Silent data corruption due to ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: seamonkey
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Jan Horak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["38a1d39f-8f8c-4e27-970d-e...
Depends On:
Blocks: CVE-2026-55858
TreeView+ depends on / blocked
 
Reported: 2026-09-02 20:52 UTC by Jon Weiser
Modified: 2026-09-03 09:40 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-09-03 09:40:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Weiser 2026-09-02 20:52:26 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

MariaDB Connector/J is used to connect applications developed in Java to MariaDB and MySQL databases. Prior to 2.7.14, 3.3.5, 3.4.3, and 3.5.9, the connector encodes and decodes protocol text and performs client-side escaping under the assumption that the connection character set is UTF-8. The server can report a mid-session change to character_set_client through OK-packet session-state tracking, including a change caused by SET NAMES, a stored routine or trigger, server configuration, or a hostile server. If character_set_client changes to a non-UTF-8 value, the driver continues to read and write UTF-8 while the server interprets the same bytes under another encoding, causing silent data corruption and a client/server charset-confusion mismatch that can defeat byte-wise quoting or escaping. The fix accepts only utf8, utf8mb3, or utf8mb4 after initialization; any other value causes SQLException with SQLState 08000 and closes the connection. This issue is fixed in versions 2.7.14, 3.3.5, 3.4.3, and 3.5.9.

Comment 1 Dmitry Butskoy 2026-09-03 09:40:16 UTC
SeaMonkey does not use MariaDB in any way.


Note You need to log in before you can comment on or make changes to this bug.