this post was submitted on 17 May 2024
22 points (100.0% liked)

Cybersecurity

5968 readers
222 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities [email protected] [email protected] [email protected] [email protected] [email protected]

Notable mention to [email protected]

founded 2 years ago
MODERATORS
 

The Norwegian National Cyber Security Centre (NCSC) recommends replacing SSLVPN/WebVPN solutions with alternatives due to the repeated exploitation of related vulnerabilities in edge network devices to breach corporate networks.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 8 months ago

Sure IPsec with IKEv2 is preferred, but SSL VPNs at least as a fallback will never go away unless it becomes commonplace for outbound firewall rules to allow udp/500 (which I don't ever see happening).

The way I'm set up is to have Windows AoVPN connect to my Fortigate w/ IPsec automatically. Then if that doesn't work due to outbound rules (which is more often lately than it used to be) and I need to connect back to HQ, I manually fire up Forticlient.

[–] [email protected] 5 points 8 months ago (1 children)

Does anyone know why SSL VPN is more insecure than ipsec-based VPN? Is there a technical reason?

[–] [email protected] 10 points 8 months ago (1 children)

From the article:

While the cybersecurity organization admits IPsec with IKEv2 isn't free of flaws, it believes switching to it would significantly reduce the attack surface for secure remote access incidents due to having reduced tolerance for configuration errors compared to SSLVPN.

Basically, every vendor has their own implementation of SSL VPN as there is no real standard, whereas IPsec is mostly vendor-agnostic. And you effectively need to keep an open web server to receive the client connections, making exploitable misconfigurations or vulnerabilities much more likely.

[–] taladar 1 points 8 months ago* (last edited 8 months ago)

On the other hand IPsec has no real way to negotiate crypto parameters so those stay whatever you initially set up forever, even if those algorithms have known exploits or become insecure in other ways. Also, there are incompatible vendor versions of IPsec too.