Posted by:
admin
10 years, 1 month ago
Wow, when will it stop?
Luckily, this one is not too bad. Please read Errata Security's review of the bug for background. The risk is a Man-in-the-middle attack against your WiKIDAdmin login. Since your WiKIDAdmin should be locked down to the inside of your firewall this should be a difficult attack. You should disable SSLv3 on your browser as that will protect you at all sites, not just the WiKIDAdmin. We will be disabling SSLv3 in the WiKIDAdmin soon, but we don't see this as a major risk at this time. If you want to disable SSLv3 right now you can edit /opt/WiKID/tomcat/conf/server.xml and change the Connector information for 443 to this:
<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true" sslEnabledProtocols="TLSv1, TLSv1.2"
ciphers="TLS_RSA_WITH_AES_128_CBC_SHA"
keystorePass="passphrase" keystoreFile="/opt/WiKID/conf/tomcatKeystore"
clientAuth="false" sslProtocol="TLS" />
And restart the WiKID service. This will allow only TLSv1 and 1.2 for tomcat. Note once again the the software tokens use public-private key pairs for the PIN and OTP exchange so they do not use SSL! This only affects the WiKIDAdmin interface. The wAuth protocol uses client-side certificates and is not affected either.
Also, note the benefit of using two-factor authentication. While a successful MiTM can get any information, grabbing credentials allows you to login any time. If you are not using two-factor auth, give the WiKID server a spin!
Share on Twitter Share on Facebook
Recent Posts
- Blast-RADIUS attack
- The latest WiKID version includes an SBOM
- WiKID 6 is released!
- Log4j CVE-2021-44228
- Questions about 2FA for AD admins
Archive
2024
2022
- December (1)
2021
2019
2018
2017
2016
2015
2014
- December (2)
- November (3)
- October (3)
- September (5)
- August (4)
- July (5)
- June (5)
- May (2)
- April (2)
- March (2)
- February (3)
- January (1)
2013
2012
- December (1)
- November (1)
- October (5)
- September (1)
- August (1)
- June (2)
- May (2)
- April (1)
- March (2)
- February (3)
- January (1)
2011
2010
- December (2)
- November (3)
- October (3)
- September (4)
- August (1)
- July (1)
- June (3)
- May (3)
- April (1)
- March (1)
- February (6)
- January (3)
2009
- December (4)
- November (1)
- October (3)
- September (3)
- August (2)
- July (5)
- June (6)
- May (8)
- April (7)
- March (6)
- February (4)
- January (427)
2008
- December (1)
Categories
- PCI-DSS (2)
- Two-factor authentication (3)
Tags
- wireless-cellular-mobile-devices (7)
- Two-factor authentication (10)
- Wireless, cellular, mobile devices (6)
- NPS (1)
- Phishing and Fraud (111)
- Active Directory (1)
- pam-radius (3)
- privileged access (2)
- Cloud Security (10)
- Mutual Authentication (60)
- Web Application Authentication (1)
- Authentication Attacks (99)
- pci (50)
- Security and Economics (97)
- WiKID (133)
- pam (2)
- VPN (1)
- Installation (2)
- RADIUS Server (1)
- Open Source (64)
- Tutorial (2)
- Strong Authentication (35)
- Information Security (137)
- Transaction Authentication (13)
- Miscellaneous (100)
- Linux (2)
- transaction-authentication (6)
- Two Factor Authentication (254)