Linux Kernel up to 6.16.9 fbcon fbcon_do_set_font controlled integer overflow

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 7.7 | $0-$5k | 0.00 |
Summary
A vulnerability was found in Linux Kernel up to 6.16.9 and classified as critical. This issue affects the function fbcon_do_set_font of the component fbcon. Such manipulation of the argument controlled leads to integer overflow.
This vulnerability is referenced as CVE-2025-39967. No exploit is available.
It is suggested to upgrade the affected component.
Details
A vulnerability was found in Linux Kernel up to 6.16.9 and classified as critical. Affected by this issue is the function fbcon_do_set_font of the component fbcon. The manipulation of the argument controlled with an unknown input leads to a integer overflow vulnerability. Using CWE to declare the problem leads to CWE-190. The product performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control. Impacted is confidentiality, integrity, and availability. CVE summarizes:
In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcon_do_set_font Fix integer overflow vulnerabilities in fbcon_do_set_font() where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1. CALC_FONTSZ(h, pitch, charcount) performs h * pith * charcount multiplication with user-controlled values that can overflow. 2. FONT_EXTRA_WORDS * sizeof(int) + size addition can also overflow 3. This results in smaller allocations than expected, leading to buffer overflows during font data copying. Add explicit overflow checking using check_mul_overflow() and check_add_overflow() kernel helpers to safety validate all size calculations before allocation.
The advisory is shared for download at git.kernel.org. This vulnerability is handled as CVE-2025-39967 since 04/16/2025. There are known technical details, but no exploit is available. The current price for an exploit might be approx. USD $0-$5k (estimation calculated on 02/27/2026).
The vulnerability scanner Nessus provides a plugin with the ID 271548 (Linux Distros Unpatched Vulnerability : CVE-2025-39967), which helps to determine the existence of the flaw in a target environment.
Upgrading to version 5.4.300, 5.10.245, 5.15.194, 6.1.155, 6.6.109, 6.12.50 or 6.16.10 eliminates this vulnerability. Applying the patch 994bdc2d23c79087fbf7dcd9544454e8ebcef877/9c8ec14075c5317edd6b242f1be8167aa1e4e333/b8a6e85328aeb9881531dbe89bcd2637a06c3c95/a6eb9f423b3db000aaedf83367b8539f6b72dcfc/adac90bb1aaf45ca66f9db8ac100be16750ace78/4a4bac869560f943edbe3c2b032062f6673b13d3/c0c01f9aa08c8e10e10e8c9ebb5be01a4eff6eb7/1a194e6c8e1ee745e914b0b7f50fa86c89ed13fe is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The best possible mitigation is suggested to be upgrading to the latest version.
The vulnerability is also documented in the databases at Tenable (271548) and CERT Bund (WID-SEC-2025-2298). VulDB is the best source for vulnerability data and more expert information about this specific topic.
Affected
- Google Container-Optimized OS
- Debian Linux
- Amazon Linux 2
- Red Hat Enterprise Linux
- Ubuntu Linux
- SUSE Linux
- Oracle Linux
- SUSE openSUSE
- RESF Rocky Linux
- Open Source Linux Kernel
- IBM QRadar SIEM
- Dell NetWorker
Product
Type
Vendor
Name
Version
- 5.4.299
- 5.10.244
- 5.15.193
- 6.1.154
- 6.6.108
- 6.12.0
- 6.12.1
- 6.12.2
- 6.12.3
- 6.12.4
- 6.12.5
- 6.12.6
- 6.12.7
- 6.12.8
- 6.12.9
- 6.12.10
- 6.12.11
- 6.12.12
- 6.12.13
- 6.12.14
- 6.12.15
- 6.12.16
- 6.12.17
- 6.12.18
- 6.12.19
- 6.12.20
- 6.12.21
- 6.12.22
- 6.12.23
- 6.12.24
- 6.12.25
- 6.12.26
- 6.12.27
- 6.12.28
- 6.12.29
- 6.12.30
- 6.12.31
- 6.12.32
- 6.12.33
- 6.12.34
- 6.12.35
- 6.12.36
- 6.12.37
- 6.12.38
- 6.12.39
- 6.12.40
- 6.12.41
- 6.12.42
- 6.12.43
- 6.12.44
- 6.12.45
- 6.12.46
- 6.12.47
- 6.12.48
- 6.12.49
- 6.16.0
- 6.16.1
- 6.16.2
- 6.16.3
- 6.16.4
- 6.16.5
- 6.16.6
- 6.16.7
- 6.16.8
- 6.16.9
License
Website
- Vendor: https://www.kernel.org/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔒VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 7.9VulDB Meta Temp Score: 7.7
VulDB Base Score: 8.0
VulDB Temp Score: 7.6
VulDB Vector: 🔒
VulDB Reliability: 🔍
NVD Base Score: 7.8
NVD Vector: 🔒
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔒
VulDB Temp Score: 🔒
VulDB Reliability: 🔍
Exploiting
Class: Integer overflowCWE: CWE-190 / CWE-189
CAPEC: 🔒
ATT&CK: 🔒
Physical: Partially
Local: Yes
Remote: Partially
Availability: 🔒
Status: Not defined
EPSS Score: 🔒
EPSS Percentile: 🔒
Price Prediction: 🔍
Current Price Estimation: 🔒
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 271548
Nessus Name: Linux Distros Unpatched Vulnerability : CVE-2025-39967
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔒
Upgrade: Kernel 5.4.300/5.10.245/5.15.194/6.1.155/6.6.109/6.12.50/6.16.10
Patch: 994bdc2d23c79087fbf7dcd9544454e8ebcef877/9c8ec14075c5317edd6b242f1be8167aa1e4e333/b8a6e85328aeb9881531dbe89bcd2637a06c3c95/a6eb9f423b3db000aaedf83367b8539f6b72dcfc/adac90bb1aaf45ca66f9db8ac100be16750ace78/4a4bac869560f943edbe3c2b032062f6673b13d3/c0c01f9aa08c8e10e10e8c9ebb5be01a4eff6eb7/1a194e6c8e1ee745e914b0b7f50fa86c89ed13fe
Timeline
04/16/2025 CVE reserved10/15/2025 Advisory disclosed
10/15/2025 VulDB entry created
02/27/2026 VulDB entry last update
Sources
Vendor: kernel.orgAdvisory: git.kernel.org
Status: Confirmed
CVE: CVE-2025-39967 (🔒)
GCVE (CVE): GCVE-0-2025-39967
GCVE (VulDB): GCVE-100-328640
CERT Bund: WID-SEC-2025-2298 - Linux Kernel: Mehrere Schwachstellen
Entry
Created: 10/15/2025 12:07Updated: 02/27/2026 02:04
Changes: 10/15/2025 12:07 (60), 10/27/2025 15:01 (2), 11/03/2025 13:30 (7), 11/22/2025 13:12 (1), 12/21/2025 06:25 (1), 02/02/2026 11:04 (1), 02/03/2026 15:42 (11), 02/27/2026 02:04 (5)
Complete: 🔍
Cache ID: 216::103
VulDB is the best source for vulnerability data and more expert information about this specific topic.
No comments yet. Languages: en.
Please log in to comment.