Full Disclosure A public, vendor-neutral forum for detailed discussion of vulnerabilities and exploitation techniques, as well as tools, papers, news, and events of interest to the community. The relaxed atmosphere of this quirky list provides some comic relief and certain industry gossip. More importantly, fresh vulnerabilities sometimes hit this list many hours or days before they pass through the Bugtraq moderation queue.
- MitM attack against OpenSSH’s VerifyHostKeyDNS-enabled clienton February 21, 2025 at 4:27 am
Posted by Qualys Security Advisory via Fulldisclosure on Feb 20Qualys Security Advisory CVE-2025-26465: MitM attack against OpenSSH’s VerifyHostKeyDNS-enabled client CVE-2025-26466: DoS attack against OpenSSH’s client and server ======================================================================== Contents ======================================================================== Summary Background Experiments Results MitM attack against OpenSSH’s VerifyHostKeyDNS-enabled client DoS…
- Self Stored XSS – acp2sev7.2.2on February 21, 2025 at 4:27 am
Posted by Andrey Stoykov on Feb 20# Exploit Title: Self Stored XSS – acp2sev7.2.2 # Date: 02/2025 # Exploit Author: Andrey Stoykov # Version: 7.2.2 # Tested on: Ubuntu 22.04 # Blog: https://msecureltd.blogspot.com/2025/02/friday-fun-pentest-series-19-self.html Self Stored XSS #1: Steps to Reproduce: 1. Visit “http://192.168.58.168/acp2se/mul/muladmin.php" and login with “admin” / “adminpass” 2. In the field “Put the name of the new…
- Python’s official documentation contains textbook example of insecure code (XSS)on February 21, 2025 at 4:16 am
Posted by Georgi Guninski on Feb 20Python’s official documentation contains textbook example of insecure code (XSS) Date: 2025-02-18 Author: Georgi Guninski === form = cgi.FieldStorage() if “name” not in form or “addr” not in form: print(“<H1>Error</H1>”) print(“Please fill in the name and addr fields.”) return print(“<p>name:”, form[“name”].value) print(“<p>addr:”,…
- Re: Netgear Router Administrative Web Interface Lacks Transport Encryption By Defaulton February 18, 2025 at 4:10 am
Posted by Gynvael Coldwind on Feb 17Hi, This isn’t really a problem a vendor can solve in firmware (apart from offering configuration via cloud, which has its own issues). Even if they would enable TLS/SSL by default, it would just give one a false sense of security, since: – the certificates would be invalid (public CAs don’t give out certs for IP addresses), – they would be easy to clone (due to being self-signed and/or being easy to extract from a similar device), -…
- Monero 18.3.4 zero-day DoS vulnerability has been dropped publicly on social network.on February 16, 2025 at 8:00 am
Posted by upper.underflow via Fulldisclosure on Feb 16Hello, About an hour ago, a group appearing to be named WyRCV2 posted a note on the nostr social network, which can be found at the following link: https://primal.net/e/note1vzh0mj9rcxax9cgcdapupyxeehjprd68gd9kk9wrv939m8knulrs4780x7 Save, share, use. The paste link includes a list of nodes that the attacker has instructed to target, along with a Python code to leverage the attack. According to their explanation, this vulnerability is…
- Netgear Router Administrative Web Interface Lacks Transport Encryption By Defaulton February 16, 2025 at 8:00 am
Posted by Ryan Delaney via Fulldisclosure on Feb 16<!– # Exploit Title: Netgear Router Administrative Web Interface Lacks Transport Encryption By Default # Date: 02-13-2025 # Exploit Author: Ryan Delaney # Author Contact: ryan.delaney () owasp org # Vendor Homepage: https://www.netgear.com # Version: Netgear C7800 Router, F/W 6.01.07, possibly others # Tested on: Netgear C7800 Router, F/W 6.01.07 # CVE: CVE-2022-41545 The administrative web interface of a Netgear C7800 Router running…
- [CVE-2024-54756] GZDoom <= 4.13.1 Arbitrary Code Execution via Malicious ZScripton February 16, 2025 at 7:59 am
Posted by Gabriel Valachi via Fulldisclosure on Feb 15In GZDoom 4.13.1 and below, there is a vulnerability involving array sizes in ZScript, the game engine’s primary scripting language. It is possible to dynamically allocate an array of 1073741823 dwords, permitting access to the rest of the heap from the start of the array and causing a second array declared in the same function to overlap with this huge array. The result is an exploit chain that allows arbitrary code execution through a…
- Re: Text injection on https://www.google.com/sorry/index via ?q parameter (no XSS)on February 16, 2025 at 7:58 am
Posted by David Fifield on Feb 15Today at about 2025-02-13 19:00 I noticed the “≠” is back, but now the type 0x12 payload of the ?q query parameter gets formatted into the string representation of an IP address, rather than being copied almost verbatim into the page. If the payload length is 4 bytes, it gets formatted as an IPv4 address; if 16 bytes, as an IPv6 address. I didn’t try a ton of experiments, but it looks like payload lengths other than 4 and 16…
- SEC Consult SA-20250211-0 :: Multiple vulnerabilities in Wattsense Bridgeon February 13, 2025 at 5:25 am
Posted by SEC Consult Vulnerability Lab via Fulldisclosure on Feb 12SEC Consult Vulnerability Lab Security Advisory < 20250211-0 > ======================================================================= title: Multiple vulnerabilities product: Wattsense – Wattsense Bridge vulnerable version: Wattsense Bridge * Hardware Revision: WSG-EU-SC-14-00, 20230801 * Firmware Revision: Wattsense (Wattsense minimal)…
- APPLE-SA-02-10-2025-2 iPadOS 17.7.5on February 11, 2025 at 3:50 am
Posted by Apple Product Security via Fulldisclosure on Feb 10APPLE-SA-02-10-2025-2 iPadOS 17.7.5 iPadOS 17.7.5 addresses the following issues. Information about the security content is also available at https://support.apple.com/122173. Apple maintains a Security Releases page at https://support.apple.com/100100 which lists recent software updates with security advisories. Accessibility Available for: iPad Pro 12.9-inch 2nd generation, iPad Pro 10.5-inch, and iPad 6th generation Impact: A physical…
- APPLE-SA-02-10-2025-1 iOS 18.3.1 and iPadOS 18.3.1on February 11, 2025 at 3:50 am
Posted by Apple Product Security via Fulldisclosure on Feb 10APPLE-SA-02-10-2025-1 iOS 18.3.1 and iPadOS 18.3.1 iOS 18.3.1 and iPadOS 18.3.1 addresses the following issues. Information about the security content is also available at https://support.apple.com/122174. Apple maintains a Security Releases page at https://support.apple.com/100100 which lists recent software updates with security advisories. Accessibility Available for: iPhone XS and later, iPad Pro 13-inch, iPad Pro 12.9-inch 3rd generation…
- CVE-2024-55447: Access Control in Paxton Net2 software (update)on February 11, 2025 at 3:50 am
Posted by Jeroen Hermans via Fulldisclosure on Feb 10CloudAware Security Advisory CVE-2024-55447: Potential PII leak and incorrect access control in Paxton Net2 software ======================================================================== Summary ======================================================================== Insecure backend database in the Paxton Net2 software. Possible leaking of PII incorrect access control. Access cards can be cloned without physical access to the original…
- ChatGPT AI finds “security concern” (XSS) in DeepSeek’s codeon February 11, 2025 at 3:50 am
Posted by Georgi Guninski on Feb 10Summary: On 2025-02-09 ChatGPT AI found “security concern” (XSS) in DeepSeek’s AI python code. Background: Consider the simple coding question (Q): Write Python CGI which takes as an argument NAME and outputs: “Hello NAME”. First page and results on google for “python CGI” return for me tutorials, which are flawed and textbook examples of the cross site scripting (XSS) vulnerability. This is a…
- KL-001-2025-002: Checkmk NagVis Remote Code Executionon February 4, 2025 at 10:11 pm
Posted by KoreLogic Disclosures via Fulldisclosure on Feb 04KL-001-2025-002: Checkmk NagVis Remote Code Execution Title: Checkmk NagVis Remote Code Execution Advisory ID: KL-001-2025-002 Publication Date: 2025-02-04 Publication URL: https://korelogic.com/Resources/Advisories/KL-001-2025-002.txt 1. Vulnerability Details Affected Vendor: Checkmk Affected Product: Checkmk/NagVis Affected Version: Checkmk 2.3.0p2, NagVis 1.9.40 Platform: GNU/Linux CWE…
- KL-001-2025-001: Checkmk NagVis Reflected Cross-site Scriptingon February 4, 2025 at 10:08 pm
Posted by KoreLogic Disclosures via Fulldisclosure on Feb 04KL-001-2025-001: Checkmk NagVis Reflected Cross-site Scripting Title: Checkmk NagVis Reflected Cross-site Scripting Advisory ID: KL-001-2025-001 Publication Date: 2025-02-04 Publication URL: https://korelogic.com/Resources/Advisories/KL-001-2025-001.txt 1. Vulnerability Details Affected Vendor: Checkmk Affected Product: Checkmk/NagVis Affected Version: Checkmk 2.3.0p2, NagVis 1.9.40 Platform: GNU/Linux…