- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
01-04-2024 08:26 PM
Hi all! I am curious whether anyone knows if Palo Alto has any made any response to CVE-2023-48795? This vulnerabilities has been out for awhile and other vendors have already provided some types of response however, I am not able to find one from Palo Alto.
FYI, CVE-2023-48795 also known as Terrapin which is found in the SSH protocol and affects SSH channel integrity, details refer to link below:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48795
Response to CVE-2023-48795 from other vendors
https://support.checkpoint.com/results/sk/sk181833
https://alas.aws.amazon.com/cve/html/CVE-2023-48795.html
01-05-2024 12:18 PM - edited 01-05-2024 12:33 PM
I don't see a response on this but researching.
01-08-2024 09:42 PM
Hi,
security.paloaltonetworks just updated with this CVE:
https://security.paloaltonetworks.com/CVE-2023-48795
"Customers can resolve this issue by removing support for CHACHA20-POLY1305 and all Encrypt-then-MAC algorithms available (ciphers with -etm in the name) in PAN-OS software. Guidance on how to configure strong ciphers and algorithms can be found on the following pages:
- https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u0000004OOQCA2
This issue is completely resolved by following the recommended best practices for deploying PAN-OS (https://docs.paloaltonetworks.com/best-practices/10-1/administrative-access-best-practices/administr...). No additional PAN-OS fixes are planned in maintenance releases at this time."
01-10-2024 06:10 AM
Thanks for the update.
01-11-2024 03:18 AM
May we know about CHACHA20-POLY1305 Cipher.
how can we check in CLI or WEB interface.
how do we enable to disable this?
01-11-2024 07:00 AM - edited 01-11-2024 07:11 AM
Hi Rajendra:
You can run the below command from a linux machine against the firewall or Panorama:
nmap --script ssh2-enum-algos -sV -p 22 <firewall IP>
That will tell you what ciphers are running on the device. Instructions on that are in this article:
Once you have that information. You can use the article below to disable the undesired ciphers:
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA14u0000004OOQCA2
To alleviate CVE-2023-48795 my understanding is that you need to disable ciphers with -etm in the name. Which if you are on PAN-OS 10.1 would be the below list for MAC algorithms:
01-11-2024 04:55 PM
Hello Usman Ahmed,
Thank you for your response.
Is there any way to check from a Windows or MAC machine?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!