Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 7 vulnerabilities, add softether.net after-2038 year certificate hash, add vpncmd message about Developer Edition #1911

Merged

Conversation

dnobori
Copy link
Member

@dnobori dnobori commented Sep 28, 2023

(1) Fix Vulnerability: CVE-2023-27395 TALOS-2023-1735
SoftEther VPN vpnserver WpcParsePacket () heap-based buffer overflow vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(2) Fix Vulnerability: CVE-2023-22325 TALOS-2023-1736
SoftEther VPN DCRegister DDNS_RPC_MAX_RECV_SIZE denial of service vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(3) Fix Vulnerability: CVE-2023-32275 TALOS-2023-1753
SoftEther VPN CtEnumCa () information disclosure vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(4) Fix Vulnerability: CVE-2023-27516 TALOS-2023-1754
SoftEther VPN CiRpcAccepted () authentication bypass vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(5) Fix Vulnerability: CVE-2023-32634 TALOS-2023-1755
SoftEther VPN CiRpcServerThread () MitM authentication bypass vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(6) Fix Vulnerability: CVE-2023-31192 TALOS-2023-1768
SoftEther VPN ClientConnect () information disclosure vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/

(7) Fix Vulnerability: CVE-2023-25774 TALOS-2023-1743
SoftEther VPN vpnserver ConnectionAccept () denial of service vulnerability

(8) Add four new certificate hashes to the DDNS_CERT_HASH list by Daiyuu Nobori. These certificates will be used to University of Tsukuba's built-in "softether.net" DDNS server after year 2038.

(9) Showing an explanation of the purpose of the Developer Edition and the difference from the Stable Editon by Daiyuu Nobori

Daiyuu Nobori added 2 commits September 28, 2023 18:24
@metalefty
Copy link
Contributor

I was worried about security fixes made on recent a few years are not imported to the developer edition.

Thanks for clarifying the difference between editions and importing security fixes!

Daiyuu Nobori added 3 commits October 7, 2023 04:42
When memory is released and reallocated, a random security value called a canary is written to the before/after area of memory, and if the value has been modified, the process is terminated (restarted) for safety, assuming it is a buffer overflow of the memory area. This feature may effectively prevent confidentiality or integrity violations in the event that some heap area overflow vulnerability is discovered in this system in the future.
…TALOS-2023-1755

SoftEther VPN CiRpcAccepted () authentication bypass vulnerability
and SoftEther VPN CiRpcServerThread () MitM authentication bypass vulnerability
https://www.softether.org/9-about/News/904-SEVPN202301
https://jvn.jp/en/jp/JVN64316789/
Daiyuu Nobori added 3 commits October 9, 2023 17:13
SoftEther VPN vpnserver ConnectionAccept () denial of service vulnerability
…Nobori. These certificates will be used to University of Tsukuba's built-in "softether.net" DDNS server after year 2038.
…e difference from the Stable Editon by Daiyuu Nobori
@davidebeatrici davidebeatrici merged commit 6a170ac into SoftEtherVPN:master Oct 9, 2023
13 of 14 checks passed
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Oct 11, 2023
Fix 7 vulnerabilities [1].

Security:	CVE-2023-27395
Security:	CVE-2023-22325
Security:	CVE-2023-32275
Security:	CVE-2023-27516
Security:	CVE-2023-32634
Security:	CVE-2023-31192
Security:	CVE-2023-25774

[1] SoftEtherVPN/SoftEtherVPN#1911

(cherry picked from commit 6c1adb1)
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Oct 11, 2023
lsalvadore pushed a commit to lsalvadore/freebsd-ports that referenced this pull request Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants