You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This attribute MAY be used to authenticate and integrity-protect
Access-Requests in order to prevent spoofing. It MAY be used in
any Access-Request. It MUST be used in any Access-Request,
Access-Accept, Access-Reject or Access-Challenge that includes an
EAP-Message attribute.
thanks for help.
The text was updated successfully, but these errors were encountered:
This will probably be fixed with #67
However it is interesting that we have to set the Message-Authenticator attribute in the plug-in instead of configuring it in the server.
Hello,
nowadays radius authentication has a vulnerability https://www.heise.de/en/news/Blast-RADIUS-Security-vulnerability-in-the-RADIUS-network-protocol-published-9797220.html
is there a chance to implement the message-authenticator ?
I think it must be implemented in this file:
https://github.com/privacyidea/FreeRADIUS/blob/master/privacyidea_radius.pm
The code has to handle message-authenticator like described in rfc 3579 https://datatracker.ietf.org/doc/html/rfc3579#section-3.2
cut out from rfc:
This attribute MAY be used to authenticate and integrity-protect
Access-Requests in order to prevent spoofing. It MAY be used in
any Access-Request. It MUST be used in any Access-Request,
Access-Accept, Access-Reject or Access-Challenge that includes an
EAP-Message attribute.
thanks for help.
The text was updated successfully, but these errors were encountered: