I am trying to install pam_radius package with BlastRADIUS vulnerability fix.
I executed following commands,
sudo subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo dnf install pam_radius
sudo dnf upgrade --refresh --advisory=FEDORA-2024-29a74ac2b0
This pam_radius module does not add the required ‘message-authenticator’ attribute in radius requests.
The version of pam_radius is, ‘2.0.0-3.el9’.
How do I get the latest pam_radius package (which uses latest source code from freeradius.org and has fix for BlastRADIUS vulnerability) installed.