Questions tagged [patch]
A patch is usually a new correction to already issued software, correcting bugs or adding features.
194 questions
17
votes
2
answers
9k
views
How do I fix CVE-2026-31431 on Ubuntu 24.04 LTS?
We are running a bunch of containers for a cyber security teaching environment, where students can execute arbitrary commands (unprivileged).
Our system (Ubuntu 24.04.4 LTS) is affected by the ...
0
votes
0
answers
79
views
Postgres database got corrupted during kernel patch activity
root@hostname:~# dmesg | tail -n 200
[ 223.850430] XFS (dm-12): Unmounting Filesystem
[ 247.989713] XFS (dm-12): Mounting V5 Filesystem
[ 248.014825] XFS (dm-12): Ending clean mount
[ 248.021340] ...
0
votes
1
answer
155
views
Ubuntu & Application Software Updates - Pro Livepatch (LTS) vs. DIY
I've subscribed to the free Ubuntu Pro service and have Livepatch running (MacBook Pro 10,1, Ubuntu 24.04).
Livepatch says all good, but Settings, System, Software Updates shows stuff like kernel ...
0
votes
0
answers
262
views
Ubuntu 22.04 kernel 5.15.0-160 failed to boot after install TBS5927 linux driver patch, but old kernel 5.15.0-157 work OK
I am using Ubuntu 22.04 kernel 5.15.0-160.
It failed to boot after installing the TBS5927 linux driver patch, but the old kernel 5.15.0-157 still works.
I followed instructions on their site, but it ...
0
votes
1
answer
229
views
I am a newbie just confused by the ubuntu security page
This is the ubuntu kernel version on my machine
Linux zaff 6.8.0-1021-azure #25~22.04.1-Ubuntu SMP Thu Jan 16 21:37:09 UTC 2025
x86 64 x86 64 x86 64 GNU/Linux
Which version from this link will be my ...
0
votes
1
answer
112
views
Patching X Server
I have an issue with keyboard shortcuts conflict (an event is triggered upon a key press instead of release). (This is a very old issue which is common for users using 2 or more keyboard layouts).
An ...
0
votes
0
answers
140
views
Ubuntu server security patching
I have almost 100 Ubuntu servers running and it's airgapped. It has different packages. Is there a way to do centralized package upgrade? Right now I am patching by opening port 80 and 443 to Ubuntu ...
3
votes
1
answer
316
views
Does php5.6 php7.4 from ppa:ondrej/php have all and latest security patches
Like the title say: Does php5.6 php7.4 from ppa:ondrej/php have all and latest security patches ?
I using Ubuntu 22
1
vote
0
answers
68
views
Grub2 Update Problems
I am running Ubuntu 22.04LTS on a few Virtual Machines in VMWare. I'm trying to resolve a vulnerability found with Tenable (Plugin #181178).
When I download the latest version of every package from ...
0
votes
0
answers
79
views
is there any reason why a LTS Ubuntu distro doesn't update the patch version of the packages?
is there any reason why a LTS Ubuntu distro doesn't update the patch version of the packages?
For e.g:
Ubuntu 24.04 LTS has libsdl2-2.30.0
now SDL2 version 2.30 is at 2.30.8
Is there any reason why ...
-1
votes
1
answer
531
views
Traceroute vulnerability 22.04
Trying to look at patching this: https://ubuntu.com/security/notices/USN-6478-1
Am I right in assuming this patch is only available to those with a Pro contract on the server? https://ubuntu.com/...
0
votes
0
answers
189
views
LogoFAIL virus vulnerabilities
So I recently saw this video talking about a vulnerability in Linux to a virus called LogoFAIL. https://youtu.be/2QFJLszvDwg?si=VN5nyFKOwqWTyIwa Does anyone know if there are any plans to patch this ...
0
votes
0
answers
199
views
OverlayFS CVE-2021-3493 Patch
I am unable to patch OverlayFS vulnerability (CVE-2021-3493). They said in github that it is patched in 5.11 kernel however i have installed multiple kernels (5.11,5.15,6.2 etc) and also compiled from ...
2
votes
1
answer
227
views
When are security updates merged into the update pocket?
To my understanding, bug and vulnerability fixes are released separately in -updates and -security. 1 patch fixes CVE(s) for 1 package (no cumulative patches like in windows). There is a patch for ...
-1
votes
1
answer
148
views
What does the empty field means in CVE Tracker?
In the CVE tracker page, what does the empty — field mean?
For example, in this link: https://ubuntu.com/security/cves?q=CVE-2016-5696
Is the CVE not applicable to 20.04 LTS, or was its risk not ...