CVE-2026-90557
Received Received - Intake

Out-of-Bounds Read in Freeciv Savegame Files

Vulnerability report for CVE-2026-90557, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: VulnCheck

Description

Freeciv versions 3.1.0 through 3.2.5 contain an out-of-bounds read vulnerability in sg_load_player_unit() when processing savegame files with invalid unit activity indices. An attacker can craft a malicious savegame file with an out-of-range activity index that bypasses bounds checking and causes a crash or limited heap memory exposure when loaded.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
freeciv freeciv From 3.1.0 (inc) to 3.2.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90557 is an out-of-bounds read vulnerability in Freeciv versions 3.1.0 through 3.2.5. It occurs in the sg_load_player_unit() function when processing savegame files with invalid unit activity indices. The vulnerability allows an attacker to craft a malicious savefile with an out-of-range activity index, bypassing bounds checking and causing a crash or limited heap memory exposure when loaded.

Detection Guidance

To detect this vulnerability, inspect Freeciv savegame files for invalid unit activity indices. Check if the game version is between 3.1.0 and 3.2.5. Use commands like 'strings savegame.sav | grep -i activity' to examine activity indices. If the game crashes when loading a savefile, it may indicate exploitation.

Impact Analysis

This vulnerability could allow an attacker to crash the Freeciv game client or server when loading a malicious savefile. It may also expose limited heap memory contents, potentially leaking sensitive data. Users running affected versions should update to version 3.2.6 or later to mitigate the risk.

Mitigation Strategies

Upgrade Freeciv to version 3.2.6 or later. If upgrading is not possible, avoid loading untrusted savegame files. Implement file integrity checks for savegames. Monitor for crashes when loading savefiles as a potential indicator of exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90557. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart