Vulnerable: No microcode

bichitra1984

Member
Mar 26, 2023
10
0
6
Bangladesh
Hi,
I am facing one problem on our proxmox server.
Shows "Vulnerability Reg file data sampling: Vulnerable: No microcode"

Please advise to us how to mitigate this issue.
Please note, we are using no-subscription repository.

Regards,
Bichitra

Vulnerable NO microcode.jpg
 
Hi,
I am facing one problem on our proxmox server.
Shows "Vulnerability Reg file data sampling: Vulnerable: No microcode"

Please advise to us how to mitigate this issue.
Please note, we are using no-subscription repository.

Regards,
Bichitra

View attachment 75867
Please see the example below. it fixed the issue.

Example​


Please see the example below, it fixed the issue. Replace the current lines by the new ones in the example
Example /etc/apt/sources.list
# ------------------------------
# Debian Bookworm Repositories
# ------------------------------

# Original line (disabled)
# deb http://deb.debian.org/debian bookworm main
# Corrected line:
deb http://deb.debian.org/debian bookworm main contrib non-free-firmware

# Original security repo (disabled)
# deb http://security.debian.org/debian-security bookworm-security main
# Corrected line:
deb http://security.debian.org/debian-security bookworm-security main contrib non-free-firmware

# Original updates repo (disabled)
# deb http://deb.debian.org/debian bookworm-updates main
# Corrected line:
deb http://deb.debian.org/debian bookworm-updates main contrib non-free-firmware