CVE-2017-6074

Evg33

Renowned Member
May 7, 2015
1
0
66
Can you fix CVE-2017-6074 in pve-kernel ?

security-tracker.debian.org/tracker/CVE-2017-6074

web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-6074
 
You may workaround this CVE for now by overwriting the DCCP module with /bin/false in /etc/modprobe.d , e.g.:
Code:
echo "install dccp /bin/false" > /etc/modprobe.d/blacklist-dccp.conf

This needs no reboot, IF the module wasn't loaded already.
Check if the module is in use with:
Code:
lsmod | grep dccp
once loaded implicitly by an process on the system opening an DCCP socket the module cannot be unloaded, even when forcing an unload.
If such a situation happened I advise using the above method to disable it and then reboot.

Note that also blacklisting works, but then the module could be loaded by hand or by other non-blacklisted modules, the above approach results in never ever load the module.
For such a blacklist approach blacklist at least the following: dccp dccp_diag dccp_ipv4 dccp_ipv6 dccp_probe

We're working on releasing the fix.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!