SecLists.Org Security Mailing List Archive

Any hacker will tell you that the latest news and exploits are not found on any web site—not even Insecure.Org. No, the cutting edge in security research is and will continue to be the full disclosure mailing lists such as Bugtraq. Here we provide web archives and RSS feeds (now including message extracts), updated in real-time, for many of our favorite lists. Browse the individual lists below, or search them all using the Site Search box above.

Insecure.Org Lists

nmap-dev logo

Nmap Development — Unmoderated technical development forum for debating ideas, patches, and suggestions regarding proposed changes to Nmap and related projects. Subscribe to nmap-dev here.

Re:New OS fingerprint: China Unicom ONT/ONU (Realtek/Boa) gbfdhenr (Liang Xiangan) (Aug 01)
Hi Nmap developers,

I'd like to submit service fingerprints for a China Unicom GPON ONT (model PT927G) that I found in my home network.
This device runs a Linux-based firmware (kernel 3.18.24) and exposes several services.

**Device Information**:
- Model: PT927G
- Vendor: China Unicom (customized)
- Hardware hint: SMB share comment mentions "Realtek", suggesting a Realtek chipset.

**Service Fingerprints**:
1. **HTTP (port...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
Hi developers,

I'd like to add a service fingerprint for port 37443/tcp on the Huawei AX3 router.

This port runs SSL/TLS and requires client certificate authentication (mTLS). When connecting with a self-signed client
certificate, the server rejects it with a "unknown ca" alert, indicating that it verifies the client certificate
against a trusted CA.

**Certificate details:**

Subject: CN=Master.ws7100-10, O=Huawei Technologies...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
Hi Nmap developers,

Following up on my previous submissions (OS fingerprint and NSE script for the Huawei AX3), I've conducted a full port
scan and discovered two additional services that may help refine the service fingerprint database.

**1. Port 37215/tcp – UPnP**
- Service identified as: `Huawei ATP gateway upnpd`
- This seems to be already correctly matched in `nmap-service-probes`. I just wanted to confirm its presence.

**2. Port...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Aug 01)
PATCH] New NSE script: huawei-ax3-info.nse

Hi Nmap developers,

Following up on my previous OS fingerprint submission for the Huawei AX3 router (Message-ID:
<335797c9.5fe8.19fb73084b0.Coremail.gbfdhenr () 163 com>), I've developed an NSE script to extract device information
from the router's /api/system/deviceinfo endpoint.

The script retrieves:
- Device model (CustDeviceName)
- Hardware version
- Serial number
- Uptime
-...

Re:Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Jul 31)
Supplemental device metadata for my previous submission (Message-ID: <335797c9.5fe8.19fb73084b0.Coremail.gbfdhenr ()
163 com>):

- Product: Huawei Router AX3
- Hardware Version: VER.A (HiSilicon chipset)
- Firmware/Software Version: 4.2.0.18 (V5R2)
- HarmonyOS Version: 4.2.0
- Uptime at scanning: 7 days (stable state, non-reboot)
- MAC OUI: 30:A9:98 (Huawei)

Note: Both WAN and LAN MACs share the same OUI. Please use this to reclassify the...

Correction: Huawei router misidentified as Netgear switch (fingerprint included) gbfdhenr (Liang Xiangan) (Jul 31)
Hi Nmap team,

I've encountered a clear OS detection misidentification that I believe should be corrected.

**Device in question**:
- A Huawei home router (MAC OUI: 30:A9:98 -> Huawei Device)
- Open ports: 53, 80, 443 (typical router/AP, not a headless switch)
- Running: Linux-based firmware (likely 3.18.24)

**Current incorrect result**:
Nmap 7.99 reports it as: "Netgear GS108Tv3, GS110Tv3, or GS308T switch (Linux 3.18.24)"...

Re: NSE submission: detect & enumerate AI infrastructure (MCP servers + LLM inference APIs) Arturo 'Buanzo' Busleiman (Jun 30)
Hi, nice work! This may also be useful, I mentioned it to Fyodor privately
a couple weeks ago and forgot to mention here:

https://github.com/buanzo/lua-mcp
https://github.com/buanzo/lua-mcp/blob/liblua-mcp-latest/examples/nmap/mcp-listen.nse

Cheers!

NSE submission: detect & enumerate AI infrastructure (MCP servers + LLM inference APIs) Ben Williams via dev (Jun 20)
Hi,
I've opened a PR adding three NSE scripts and two shared nselibs to detect and enumerate two classes of AI
infrastructure that nmap doesn't currently cover:

* mcp-info (discovery, safe, version) + mcp-enum (discovery, safe): MCP server detection (initialize handshake over
Streamable HTTP + legacy SSE), OAuth 2.1 protected-resource discovery (RFC 9728), and read-only tools/resources/prompts
enumeration with schema-based risk...

[PATCH] nselib/bitcoin: add address classification helpers (refs #2857, PR #3371) Melo via dev (May 25)
PR #3371 adds three functions to nselib/bitcoin.lua:

- looks_like_address(value) -- regex candidate detection
- validate_address(value) -- Base58Check, Bech32, Bech32m validation
- classify_address(value) -- high-level classification

Supports mainnet, testnet, and regtest with full unittest (38/38 pass).
No network calls, no external APIs, no real keys, no changes to existing scripts.

PR: https://github.com/nmap/nmap/pull/3371
Issue:...

[NSE] matter-identify: identify Matter smart-home devices via mDNS Balázs Zoltán (May 11)
Hi,

Attached is matter-identify.nse, a new discovery script for identifying
Matter (formerly Project CHIP) smart-home devices.

It sends DNS PTR queries to 5353/udp for the three Matter service types
defined in the Matter Core Spec section 4:

_matter._tcp.local commissioned / operational nodes
_matterc._udp.local nodes in commissioning mode
_meshcop._udp.local Thread border routers

TXT records are decoded into VID,...

Re: Rahmat Ramadhan (May 01)
gaa

Pada Sen, 9 Mar 2026 08:20, Juan jose Rodriguez <
juanjoserodriguezmontoya35 () gmail com> menulis:

[PATCH 0/5] ALPN-based HTTP/2 service detection improvements Urval Kheni (Apr 14)
Hi,

This patch series introduces ALPN-based improvements to service detection
for TLS services.

It adds support for extracting the negotiated ALPN protocol and uses
"h2" as a conservative fallback signal to infer HTTP over TLS when
service detection fails.

This improves detection of HTTP/2-only services, which return binary
responses not recognized by existing probes.

The changes are structured as follows:

1. Fix OpenSSL provider...

Bug Report: ssl-enum-ciphers fails (EOF) on CloudFront/ECDSA targets supporting TLS 1.2 Jack Seredyniecki via dev (Apr 14)
Hello nmap dev team,

I am reporting a false negative where ssl-enum-ciphers fails to detect TLS
1.2 on a CloudFront target (itwisegroup.com:443) that uses an ECDSA
certificate and Post-Quantum hybrid key exchange (X25519MLKEM768).
While sslscan and openssl confirm TLS 1.2 is active, Nmap reports only TLS
1.3. My debug logs show the server is dropping the connection (EOF) during
the Nmap TLS 1.2 handshake attempt:
NSE: [ssl-enum-ciphers...

[PATCH] Support Linux capabilities for non-root raw packet scanning Ali Norouzi via dev (Apr 14)
Hi everyone,

I just opened a PR that adds support for Linux capabilities, allowing nmap to
perform raw packet scans without sudo when the binary has `CAP_NET_RAW` set via
setcap:

https://github.com/nmap/nmap/pull/3333

Please review.

Best,
Ali

Fix for issue #3326 advait deshmukh (Apr 14)
Issue link <https://github.com/nmap/nmap/issues/3326>
Pull request link <https://github.com/nmap/nmap/pull/3337>
I read the source code and, from what I understood, the current output
appears to be intentional. The ipv4 value being shown seems to refer to the
next header, i.e., the protocol of the packet encapsulated within the outer
packet, which in this case is IPv6.
Since the user has explicitly specified -6 in the command, it...

nmap-announce logo

Nmap Announce — Moderated list for the most important new releases and announcements regarding the Nmap Security Scanner and related projects. We recommend that all Nmap users subscribe to stay informed.

Npcap Version 1.82 Released with VLAN Tagging and More Gordon Fyodor Lyon (Apr 28)
Dear Nmap Community,

In preparation for an imminent Nmap release (hopefully this week!), we have
released Version 1.82 of our Npcap Windows packet capture and transmission
driver. It builds upon the recent 1.81 release to add support for VLAN
tagging. This allows you to select for packets directed to a certain VLAN
or just inspect the VLAN headers on any packets received. It's especially
useful for Wireshark users. You can also now send...

Nmap 7.95 released: OS and service detection signatures galore! Gordon Fyodor Lyon (May 05)
Dear Nmap Community,

I just arrived in San Francisco for the RSA conference and am delighted to
announce our Nmap Version 7.95 release! I'm most excited that we finally
tackled our backlog of OS and service detection fingerprint submissions.
We're not talking about dozens or hundreds of them-we processed more than
6,500 fingerprints!

For OS detection, we added 336 signatures, bringing the new total to 6,036.
Additions include iOS 15...

fulldisclosure logo

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.

Code Security Review tool E. Kellinis (Sep 22)
Karma Pro is an open source code review tool that can assist code reviewers with a multitude of useful tools. Karma Pro
is a macOS source-code security scanner (AST base and Heuristics) that statically analyses projects in multiple
languages. It's backed by an ML classifier trained on real patches to catch subtle issues. Beyond scanning, it offers
interactive call graphs and data-flow diagrams, a bug tracker, a private research wiki,...

HP Advance / Output Central: unauthenticated SYSTEM RCE and two additional vulnerabilities (CVE-2026-89082/89083/89084) Joe via Fulldisclosure (Sep 22)
HP Advance / HP Output Central
Unauthenticated SYSTEM RCE, authorization bypass, and arbitrary file
write/delete
CVE-2026-89082, CVE-2026-89083, CVE-2026-89084

================================================================
SUMMARY
================================================================

Vendor: HP Inc.
Product family named by HP: HP Advance
Products in HP's update table: HP AC Print & Scan; HP Output Central
Components:...

CFP No cON Name 2k26 - Palma, Mallorca - Spain Jose Nicolas Castellano (Sep 22)
No cON Name 2026 - Palma, Mallorca - Balearic Islands

************************************
*****  Call For Papers        ******
************************************

https://www.noconname.org/call-for-papers/

Exact place not disclosed until a few weeks before due celebration.

    * INTRODUCTIONfulldisclosure () seclists org
The organization has  opened CFP proposals. No cON Name is the eldest
Hacking
and Security Conference in Span....

CVE-2026-17613: Penpot cross-team file takeover via import-binfile (unpatched in 2.17.2) Louis Sanchez via Fulldisclosure (Sep 22)
Posting this as an update rather than a first disclosure. The advisory
went public on 2026-08-04 with no vendor fix. Penpot has shipped two
releases since then, 2.17.1 and 2.17.2 -- the latter 14 days ago, on
2026-08-27 -- and I re-checked the code this morning: the missing
permission check is still missing in both, and in every release before
them. It was fixed on develop the day after this advisory went public.
That fix has never shipped....

CVE-2026-44756: Pre-Auth RCE in SAP EPP Processing (ICM, Web Dispatcher, disp+work) Raschin Tavakoli via Fulldisclosure (Sep 22)
nullFaktor Security Advisory < 2026-09-10 >
===========================================================
Title: Pre-Authentication Remote Code Execution in SAP
Extended Passport (EPP) processing library
Affected Components: ICM, SAP Web Dispatcher, dialog work processes

Vulnerability: Stack based Buffer Overflow
CVE: CVE-2026-44756

Impact: Critical
CVSS 4.0 Vector:...

[0day-rubbish] TigerGraph Community Edition 4.2.4 Default credentials plus GSQL TO_CSV arbitrary file write to SSH code execution (9.8) disclosure via Fulldisclosure (Sep 22)
0day Rubbish Research Team is publicly disclosing a vulnerability in
TigerGraph Community Edition 4.2.4.

Type: Default credentials plus GSQL TO_CSV arbitrary file write to SSH code execution (CWE-798)
CVSS: 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
Impact: command execution as the tigergraph service user (uid 1001), which owns the engine, graph data, catalog and
configuration tree
Authentication: unauthenticated (shipped default credentials)...

[0day-rubbish] Teltonika RutOS 00.07.06.21 Authenticated ipsec.lua logread command injection with reflected output (8.8) disclosure via Fulldisclosure (Sep 22)
0day Rubbish Research Team is publicly disclosing a vulnerability in
Teltonika RutOS 00.07.06.21.

Type: Authenticated ipsec.lua logread command injection with reflected output (CWE-78)
CVSS: 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H)
Impact: root command execution on the router, with command output reflected into the JSON response
Authentication: authenticated administrator

Full technical analysis and a reproducible proof-of-concept:...

APPLE-SA-09-14-2026-10 Xcode 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-10 Xcode 27

Xcode 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149040.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Xcode IDE
Available for: macOS Tahoe 26.6 and later
Impact: An app may be able to access user-sensitive data
Description: A permissions issue...

APPLE-SA-09-14-2026-9 Safari 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-9 Safari 27

Safari 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149039.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Safari
Available for: macOS Sequoia and macOS Tahoe
Impact: A malicious website may be able to determine what apps a user
has installed...

APPLE-SA-09-14-2026-8 visionOS 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-8 visionOS 27

visionOS 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149038.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: Apple Vision Pro (all models)
Impact: Processing a maliciously crafted image may lead to unexpected...

APPLE-SA-09-14-2026-7 watchOS 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-7 watchOS 27

watchOS 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149037.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: Apple Watch Series 9 and later
Impact: Processing a maliciously crafted image may lead to unexpected...

APPLE-SA-09-14-2026-6 tvOS 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-6 tvOS 27

tvOS 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149036.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: Apple TV 4K 2nd generation and later
Impact: Processing a maliciously crafted image may lead to unexpected...

APPLE-SA-09-14-2026-5 macOS Sequoia 15.8 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-5 macOS Sequoia 15.8

macOS Sequoia 15.8 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149043.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: macOS Sequoia
Impact: Processing a maliciously crafted image may lead to unexpected...

APPLE-SA-09-14-2026-4 macOS Tahoe 26.7 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-4 macOS Tahoe 26.7

macOS Tahoe 26.7 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149042.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: macOS Tahoe
Impact: Processing a maliciously crafted image may lead to unexpected
process...

APPLE-SA-09-14-2026-3 macOS Golden Gate 27 Apple Product Security via Fulldisclosure (Sep 22)
APPLE-SA-09-14-2026-3 macOS Golden Gate 27

macOS Golden Gate 27 addresses the following issues.
Information about the security content is also available at
https://support.apple.com/149035.

Apple maintains a Security Releases page at
https://support.apple.com/100100 which lists recent
software updates with security advisories.

Accelerate Framework
Available for: MacBook Neo (2026), MacBook Air with Apple silicon (2020
and later), MacBook Pro...

Other Excellent Security Lists

bugtraq logo

Bugtraq — The premier general security mailing list. Vulnerabilities are often announced here first, so check frequently!

basics logo

Security Basics — A high-volume list which permits people to ask "stupid questions" without being derided as "n00bs". I recommend this list to network security newbies, but be sure to read Bugtraq and other lists as well.

pen-test logo

Penetration Testing — While this list is intended for "professionals", participants frequenly disclose techniques and strategies that would be useful to anyone with a practical interest in security and network auditing.

isn logo

Info Security News — Carries news items (generally from mainstream sources) that relate to security.

firewall-wizards logo

Firewall Wizards — Tips and tricks for firewall administrators

focus-ids logo

IDS Focus — Technical discussion about Intrusion Detection Systems. You can also read the archives of a previous IDS list

webappsec logo

Web App Security — Provides insights on the unique challenges which make web applications notoriously hard to secure, as well as attack methods including SQL injection, cross-site scripting (XSS), cross-site request forgery, and more.

dailydave logo

Daily Dave — This technical discussion list covers vulnerability research, exploit development, and security events/gossip. It was started by ImmunitySec founder Dave Aitel and many security luminaries participate. Many posts simply advertise Immunity products, but you can't really fault Dave for being self-promotional on a list named DailyDave.

OpenAI Codex Security Dave Aitel via Dailydave (Mar 07)
https://openai.com/index/codex-security-now-in-research-preview/

As you might have noticed we've released Codex Security and if you have a
ChatGPT business or enterprise or edu or pro subscription (which is most of
y'all) then you have access ! Just go to chatgpt.com/codex/security and
hopefully it pulls up cleanly for you. If not, probably my fault in some
way.

If you do have access then I'd love it if you would:

1. Say what...

RE//verse, DistrictCon, an Anole Friend Dave Aitel via Dailydave (Feb 02)
Last month was DistrictCon, a great conference that I did not attend
because the sky decided to dump snow on Washington, DC. Anyone who has
spent more than ten minutes in that city knows this is how you cancel every
flight out of DCA and turn the roads into skating rinks filled with deeply
furious government contractors. Life is short, so I remained in Miami where
it was 80 degrees and everyone was pretending winter is a myth.

Today it is...

feeling the air Dave Aitel via Dailydave (Jan 05)
For reasons I still don’t fully understand, Miami Beach has enormous
colonies of turkey vultures. You’ll see them circling over the city and the
interstates, perched like huge awkward toddlers on lampposts, or standing
motionless as a shadow in the strip of grass between the road and the blue
water of the bay. If you look up at almost any moment, there’s a column of
them somewhere overhead, wings spread wide, fingers splayed, feeling the...

Re: Defense ? Dean Pierce via Dailydave (Nov 16)
I like the idea of having a software supply chain that people can pay into
that basically funds a universal bug bounty system for anything that
matters.

You can put systems in place that utilize zero knowledge exploitability
proofs to automate bounty triage, so it doesn't even need to be run by a
central trusted entity. As the bounty markets stabilize, what you're left
with is a software ecosystem where anyone can build what they need...

Re: Defense ? Chris Anley via Dailydave (Nov 16)
(gingerly raises head above parapet)

Historically, “we’ve” moved the bar in defense.

- Everything is now in the cloud, accessible 24/7 via APIs whose keys are stored in plaintext alongside code, or via
preauthenticated sessions
- Everything has ~40 dependencies, each of which has ~40 dependencies, etc, which, combined with a published CVE rate
of 1 per 15 minutes (calendar year 2024), means that patching an enterprise before an...

Re: Defense ? Alfonso De Gregorio via Dailydave (Nov 16)
Imbalances in the skills and workforce are real. The gap remains hard
to bridge also in the presence of greater degrees of automation that
AI buys us, because, at this stage, we want humans to be in the loop –
and for good reasons – and, also, cause we are not going to grow the
skillset faster than the attack surface, I am afraid.

I hate to sound like a broken record, but I will take a bite
regardless: those imbalances are a byproduct of the...

Re: Defense ? Conan Dooley via Dailydave (Nov 16)
Reduce complexity, duplication, and scope in your infrastructure. Your
developers and infrastructure staff would need to agree on standardized
libraries, frameworks, etc, and you'd need skilled technical staff to
validate when people said doing something wasn't possible within that
scope, and make them accountable for making sure adding that level of
complexity led to business value that was greater than that overhead (vs,
say, just...

Re: Defense ? etojake--- via Dailydave (Nov 16)
The content of this message was lost. It was probably cross-posted to
multiple lists and previously handled on another list.

Defense ? Dave Aitel via Dailydave (Nov 15)
How would one actually move the actual bar in defense? A big part of me
thinks that you're just not going to patch your way out of the problem. But
the number of organizations that you can rely on to actually make a
difference seems pretty small? Like even converting every Linux binary to
rust would only make sense if you could find a team that could actually
maintain and support that code base, which I don't know that you could.

Like...

Offensive AI Con Dave Aitel via Dailydave (Oct 08)
So I just got back from "Offensive AI Conference" in San Diego and it was a
great event - for a first time conference it ran especially smoothly, the
attendees were an amazing crowd, and many of the talks were extremely
strong. There's something about a conference that is not recording the
talks that gets people to actually sit and listen to them via the magic of
FOMO, but also, when a conference is "invite only" then you...

pauldotcom logo

PaulDotCom — General discussion of security news, research, vulnerabilities, and the PaulDotCom Security Weekly podcast.

honeypots logo

Honeypots — Discussions about tracking attackers by setting up decoy honeypots or entire honeynet networks.

microsoft logo

Microsoft Sec Notification — Beware that MS often uses these security bulletins as marketing propaganda to downplay serious vulnerabilities in their products—note how most have a prominent and often-misleading "mitigating factors" section.

funsec logo

Funsec — While most security lists ban off-topic discussion, Funsec is a haven for free community discussion and enjoyment of the lighter, more humorous side of the security community

cert logo

CERT Advisories — The Computer Emergency Response Team has been responding to security incidents and sharing vulnerability information since the Morris Worm hit in 1986. This archive combines their technical security alerts, tips, and current activity lists.

Apple Releases Security Updates for Multiple Products CISA (Mar 28)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated and is now available.

Apple Releases Security Updates for Multiple Products [
https://www.cisa.gov/news-events/alerts/2023/03/28/apple-releases-security-updates-multiple-products ] 03/28/2023 01:00
PM EDT

Apple...

CISA Releases Six Industrial Control Systems Advisories CISA (Mar 23)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA Releases Six Industrial Control Systems Advisories [
https://www.cisa.gov/news-events/alerts/2023/03/23/cisa-releases-six-industrial-control-systems-advisories ] 03/23/2023
08:00 AM EDT...

CISA Releases Eight Industrial Control Systems Advisories CISA (Mar 21)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA Releases Eight Industrial Control Systems Advisories [
https://www.cisa.gov/news-events/alerts/2023/03/21/cisa-releases-eight-industrial-control-systems-advisories ]
03/21/2023 08:00 AM...

CISA and NSA Release Enduring Security Framework Guidance on Identity and Access Management CISA (Mar 21)
Cybersecurity and Infrastructure Security Agency (CISA) - Defend Today, Secure Tomorrow

You are subscribed to Cybersecurity Advisories for Cybersecurity and Infrastructure Security Agency. This information
has recently been updated, and is now available.

CISA and NSA Release Enduring Security Framework Guidance on Identity and Access Management [...

oss-sec logo

Open Source Security — Discussion of security flaws, concepts, and practices in the Open Source community

[kubernetes] CVE-2026-76654: Subpath symlinking on Windows nodes permits NTLM coercion Nathan Herz (Sep 23)
Hello Kubernetes Community,

An NTLM coercion vulnerability exists on Windows nodes when the subPath
supplied in a pod's volumeMounts is set to a symbolic link that points to
an attacker-controlled network share. When a kubelet resolves symlinks, it
does not reject a target that resolves to a UNC path. As a result, the
kubelet will transparently attempt to authenticate to the share using NTLM.

This allows an attacker to obtain the NetNTLMv2...

[kubernetes] CVE-2026-2270: StatefulSet and ControllerRevision write permissions allow cross-namespace pod creation Nathan Herz (Sep 23)
Hello Kubernetes Community,

A confused deputy attack exists in the StatefulSet controller that allows a
user with namespace-scoped write permissions on StatefulSet and
ControllerRevision objects to create a cross-namespace pod. An attacker
exploiting this vulnerability would have full control over the resulting
pod’s metadata and specification, including namespace selection. Note that
the cross-namespace pod will be immediately deleted by the...

Re: Flatpak 1.18.1 fixes multiple vulnerabilities Simon McVittie (Sep 23)
CVE-2026-96808 was allocated for GHSA-qrwq-7qwx-q9rp.

CVE-2026-96807 was allocated for GHSA-99wv-m8rp-g58x.

(Thanks to MITRE CNA-LR for these)

CVE-2026-86247: Apache Tomcat Native: Client certificate requirements can be down-graded Mark Thomas (Sep 23)
Severity: moderate

Affected versions:

- Apache Tomcat Native 2.0.0 through 2.0.15
- Apache Tomcat Native 1.3.0 through 1.3.8

Description:

Race condition within a thread vulnerability in Apache Tomcat Native
allowed client certificate verification requirements to be down-graded
for some configurations.

This issue affects Apache Tomcat Native: from 2.0.0 through 2.0.15, from
1.3.0 through 1.3.8. Unsupported versions may also be affected....

CVE-2026-86246: Apache Tomcat Native: Insecure OpenSSL options enabled Mark Thomas (Sep 23)
Severity: moderate

Affected versions:

- Apache Tomcat Native 2.0.0 through 2.0.15
- Apache Tomcat Native 1.3.0 through 1.3.8

Description:

Initialization of a resource with an insecure default vulnerability in
Apache Tomcat Native enabled insecure options by default including
ALLOW_CLIENT_RENEGOTIATION, NO_EXTENDED_MASTER_SECRET,
IGNORE_UNEXPECTED_EOF and ALLOW_NO_DHE_KEX.

This issue affects Apache Tomcat Native: from 2.0.0 through...

CVE-2026-86243: Apache Tomcat Native: DoS via TLS handshake Mark Thomas (Sep 23)
Severity: important

Affected versions:

- Apache Tomcat Native 2.0.0 through 2.0.15
- Apache Tomcat Native 1.3.0 through 1.3.8

Description:

Buffer over-read vulnerability in Apache Tomcat Native during the TLS
handshake permits a malicious user to trigger a DoS via a JVM crash.

This issue affects Apache Tomcat Native: from 2.0.0 through 2.0.15, from
1.3.0 through 1.3.8. Earlier, unsupported versions may also be affected.

Users are...

CVE-2026-87022: Apache Tomcat: WebSocket message smuggling with per-message-deflate Mark Thomas (Sep 23)
Severity: low

Affected versions:

- Apache Tomcat 11.0.0-M1 through 11.0.25
- Apache Tomcat 10.1.0-M1 through 10.1.59
- Apache Tomcat 9.0.0.M1 through 9.0.121
- Apache Tomcat 8.5.0 through 8.5.100
- Apache Tomcat 7.0.56 through 7.0.109

Description:

Improper handling of length parameter inconsistency vulnerability in
Apache Tomcat allows WebSocket message smuggling when
per-message-deflate is used.

This issue affects Apache Tomcat: from...

CVE-2026-86350: Apache Tomcat: Regression in fix for CVE-2026-41293 can trigger request header mix-up Mark Thomas (Sep 23)
Severity: important

Affected versions:

- Apache Tomcat 11.0.22 through 11.0.25
- Apache Tomcat 10.1.55 through 10.1.59
- Apache Tomcat 9.0.118 through 9.0.121

Description:

Inconsistent interpretation of HTTP/2 requests ('HTTP Request/Response
smuggling') vulnerability in Apache Tomcat caused by a regression in fix
for CVE-2026-41293 can trigger request header mix-up.

This issue affects Apache Tomcat: from 11.0.22 through 11.0.25,...

CVE-2026-86248: Apache Tomcat: Fix for CVE-2026-34500 was incomplete. OCSP checks sometimes soft-fail with FFM even when soft-fail is disabled Mark Thomas (Sep 23)
Severity: moderate

Affected versions:

- Apache Tomcat 11.0.0-M14 through 11.0.25
- Apache Tomcat 10.1.22 through 10.1.59
- Apache Tomcat 9.0.92 through 9.0.121

Description:

CLIENT_CERT authentication does not fail as expected for some scenarios
when soft fail is disabled vulnerability in Apache Tomcat.

This issue affects Apache Tomcat: from 11.0.0-M14 through 11.0.25, from
10.1.22 through 10.1.59, from 9.0.92 through 9.0.121.

Users are...

CVE-2026-79677: Apache Tomcat: WebSocket DoS due to lost asynchronous write timeout Mark Thomas (Sep 23)
Severity: moderate

Affected versions:

- Apache Tomcat 11.0.0-M1 through 11.0.25
- Apache Tomcat 10.1.0-M1 through 10.1.59
- Apache Tomcat 9.0.0.M1 through 9.0.121
- Apache Tomcat 8.5.0 through 8.5.100
- Apache Tomcat 7.0.43 through 7.0.109
- Apache Tomcat before 7.0.43 unaffected

Description:

Missing release of resource after effective lifetime, Comparison using
wrong factors vulnerability in Apache Tomcat allows a denial of service
as a...

CVE-2026-78437: Apache Tomcat: HTTP/2 DoS via malformed request Mark Thomas (Sep 23)
Severity: low

Affected versions:

- Apache Tomcat 11.0.19 through 11.0.25
- Apache Tomcat 10.1.53 through 10.1.59
- Apache Tomcat 9.0.116 through 9.0.121
- Apache Tomcat through 8.5.100 unaffected

Description:

Incomplete cleanup vulnerability in Apache Tomcat allows a malformed
request to potentially (depends on timing) cause one request from
another user to fail.

This issue affects Apache Tomcat: from 11.0.19 through 11.0.25, from
10.1.53...

CVE-2026-78383: Apache Tomcat: AJP DoS via missing request body Mark Thomas (Sep 23)
Severity: important

Affected versions:

- Apache Tomcat 11.0.0-M1 through 11.0.25
- Apache Tomcat 10.1.0-M1 through 10.1.59
- Apache Tomcat 9.0.0.M1 through 9.0.121
- Apache Tomcat 8.5.0 through 8.5.100
- Apache Tomcat 7.0.0 through 7.0.109

Description:

Allocation of resources without limits or throttling vulnerability in
Apache Tomcat allows an unauthenticated AJP request to pin an AJP
processing thread leading to denial of service.

This...

CVE-2026-77791: Apache Tomcat: DoS via busy wait during WebSocket close Mark Thomas (Sep 23)
Severity: important

Affected versions:

- Apache Tomcat 11.0.0-M5 through 11.0.25
- Apache Tomcat 10.1.8 through 10.1.59
- Apache Tomcat 9.0.74 through 9.0.121
- Apache Tomcat 8.5.88 through 8.5.100
- Apache Tomcat through 7.0.109 unaffected

Description:

Uncontrolled Resource Consumption vulnerability in Apache Tomcat during
sending of WebSocket close message enabled a DoS attack.

This issue affects Apache Tomcat: from 11.0.0-M5 through...

CVE-2026-77762: Apache Tomcat: Stale HPACK emitter injects trailers into recycled pooled Request Mark Thomas (Sep 23)
Severity: low

Affected versions:

- Apache Tomcat 11.0.0-M1 through 11.0.25
- Apache Tomcat 10.1.0-M1 through 10.1.59
- Apache Tomcat 9.0.39 through 9.0.121
- Apache Tomcat 8.56.59 through 8.5.100
- Apache Tomcat through 7.0.109 unaffected

Description:

Concurrent Execution using Shared Resource with Improper Synchronization
('Race Condition') vulnerability in Apache Tomcat allows an attacker to
inject trailer fields into another...

CVE-2026-77756: Apache Tomcat: Transfer-Encoding honored for HTTP/1.0 requests Mark Thomas (Sep 23)
Severity: low

Affected versions:

- Apache Tomcat 11.0.0-M1 through 11.0.25
- Apache Tomcat 10.1.0-M1 through 10.1.59
- Apache Tomcat 9.0.47 through 9.0.121
- Apache Tomcat 8.5.67 through 8.5.100
- Apache Tomcat through 7.0.109 unaffected

Description:

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response
Smuggling') vulnerability in Apache Tomcat caused by processing the
transfer-encoding header for an HTTP/1.0...

securecoding logo

Secure Coding — The Secure Coding list (SC-L) is an open forum for the discussion on developing secure applications. It is moderated by the authors of Secure Coding: Principles and Practices.

educause logo

Educause Security Discussion — Securing networks and computers in an academic environment.

Internet Issues and Infrastructure

nanog logo

NANOG — The North American Network Operators' Group discusses fundamental Internet infrastructure issues such as routing, IP address allocation, and containing malicious activity.

Re: Shrubbery's tac_plus - inclusion in other products? Christopher Morrow via NANOG (Sep 23)
Cool thanks!

Re: Shrubbery's tac_plus - inclusion in other products? Royce Williams via NANOG (Sep 23)
I have now, good call ... but I also assume that vendors might not
necessarily notify upstream that they were using it.

Re: Shrubbery's tac_plus - inclusion in other products? Christopher Morrow via NANOG (Sep 23)
Did you send a note to the author about this? (heas () shrubbery net, probably)

Shrubbery's tac_plus - inclusion in other products? Royce Williams via NANOG (Sep 23)
Do any TACACS+-speaking solutions (current or legacy) have a basis on
the Shrubbery fork of tac_plus?

There's an unauth'd RCE in just about all versions (no CVE yet):

https://github.com/elttam/publications/blob/master/writeups/elttam-tac_plus_rce_fmtstring_advisory.txt

Some threat-intel folks are collecting what we know here (disclosure:
my post, but it's volunteer), so if anyone replies (here or on the
side), I'll update...

Reminder: Root KSK Rollover on 11 October 2026 – Check Your Trust Anchors Andres Pavez via NANOG (Sep 22)
Hi everyone,
The next Root Zone Key Signing Key (KSK) rollover is scheduled for 11 October 2026. Operators of DNSSEC-validating
resolvers should verify that KSK-2024 (Key Tag 38696) is present in their trust anchor configuration before the
rollover.

Information and resources, including technical guidance, FAQs, and the rollover timeline, are available on the 2026
Root KSK Rollover page: https://www.icann.org/resources/pages/ksk-rollover-en...

Re: [META] Nanog list messages/digests being blocked due to websites being discussed being on blocklists Kevin Tillery via NANOG (Sep 22)
I would suggest that if you don't want your emails to randomly be
junked, you don't configure your email system to junk emails based on
random criteria.

Kevin

Re: [META] Nanog list messages/digests being blocked due to websites being discussed being on blocklists Romain Fontugne via NANOG (Sep 21)
Hi Todd,

Thanks for reporting that, I'm managing the IHR domain. I did the Spamhaus check and it is says 'ihr (dot) live has no
issues'. So it seems that this has been sorted out?

Thanks,
Romain

Re: [META] Nanog list messages/digests being blocked due to websites being discussed being on blocklists Matin Baloochestani via NANOG (Sep 21)
Todd, thanks for the heads up on this, appreciated.

I run bgpmap.net. It's a fairly new domain and I'm pretty sure it
got flagged by URIBL as a false positive after being linked so much
in the tools thread. Thanks for submitting it for review already,
the lookup currently shows it as pending removal, so it should drop
off before long. I'm keeping an eye on the listing and will follow
up with a delist request myself if it...

[META] Nanog list messages/digests being blocked due to websites being discussed being on blocklists nanog--- via NANOG (Sep 21)
Hi all,
I recently found 2 recent nanog digest emails in my junk folder due to 2 websites being discussed in this thread about
BGP tools: https://lists.nanog.org/archives/list/nanog () lists nanog org/thread/3IBZTYUUGCR6CC5OGUDM7YUDVC5ZBGFM/

The first is bgpmap <dot> net, which is flagged by URIBL (https://admin.uribl.com/?section=lookup;)

The second is ihr <dot> live, which is flagged by Spamhaus (https://check.spamhaus.org/)...

Re: bgpmap.net - free multi-vantage BGP looking glass Stephane Bortzmeyer via NANOG (Sep 21)
On Fri, Sep 18, 2026 at 11:11:16AM -0000,
Matin via NANOG <nanog () lists nanog org> wrote
a message of 28 lines which said:

Then <https://bgpmap.net/s/5j6fybd3dg> is not clear. "24482 12322" has
11 RIS peers, but "6939 3356 12322" has 33. Why isn't it in red?

Re: bgpmap.net - free multi-vantage BGP looking glass Matin Baloochestani via NANOG (Sep 21)
Ha! I don't actually use Claude. Gemini is my grammar assistant :)
English isn't my first language, but the typos are all mine.

Re: bgpmap.net - free multi-vantage BGP looking glass Kevin Tillery via NANOG (Sep 20)
Please don't connect Claude directly to the NANOG meeting list.

Re: bgpmap.net - free multi-vantage BGP looking glass Matin via NANOG (Sep 20)
That's fair for networks where an AS's prefixes mostly share the
same paths. In my experience it isn't always the case -- we run
50+ prefixes and regularly steer individual ranges (tagging to
shift a path, announcing some prefixes only to certain upstreams),
so each prefix can end up with quite a different path. That's when
a per-prefix view actually helps.

Matin

Re: bgpmap.net - free multi-vantage BGP looking glass Matin via NANOG (Sep 20)
Hi Jon,

You're completely right, and that's very good feedback. I'll add
the matched prefix to the output in the next update.

Matin

Re: bgpmap.net - free multi-vantage BGP looking glass Matin via NANOG (Sep 20)
Hi Tom,

Fair point, and thanks for the pointer.

I should have mentioned this in my first email: the idea came from
bgpmap.sdv.fr (SdV, AS8839). My team used it almost daily for
troubleshooting our own network (AS49556) -- it was genuinely
useful to us. A few weeks ago it started returning 403 Forbidden,
which pushed me to build our own.

No intention to compete with anyone here -- HE's tools are great
and have been around long before us....

interesting-people logo

Interesting People — David Farber moderates this list for discussion involving internet governance, infrastructure, and any other topics he finds fascinating

risks logo

The RISKS Forum — Peter G. Neumann moderates this regular digest of current events which demonstrate risks to the public in computers and related systems. Security risks are often discussed.

The passing of Peter G. Neumann RISKS List Owner (Aug 25)
Dear RISKS community,

Peter's passing on May 16, 2026, was heartbreaking and has left a
profound void in our community. We apologize for not sharing this news
sooner. We are still coming to terms with this loss and considering how
best to honor Peter's legacy and carry forward his work.

A group of Peter's friends and fellow researchers is currently exploring
possible paths forward for the RISKS community. If you would like to...

(no subject) RISKS List Owner (Apr 12)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
precedence: bulk
Subject: Risks Digest 34.91

RISKS-LIST: Risks-Forum Digest Sunday 12 April 2026 Volume 34 : Issue 91

ACM FORUM ON RISKS TO THE PUBLIC IN COMPUTERS AND RELATED SYSTEMS (comp.risks)
Peter G. Neumann, founder and still moderator

***** See last item for further information, disclaimers, caveats, etc. *****
This issue is archived at <http://www.risks.org...

dataloss logo

BreachExchange — BreachExchange focuses on all things data breach. Topics include actual data breaches, cyber insurance, risk management, metrics and more. This archive includes its predecessor, the Data Loss news and discussion lists.

Healthcare organizations face rising ransomware attacks – and are paying up Matthew Wheeler (Jun 03)
https://www.theregister.com/2022/06/03/healthcare-ransomware-pay-sophos/

Healthcare organizations, already an attractive target for ransomware given
the highly sensitive data they hold, saw such attacks almost double between
2020 and 2021, according to a survey released this week by Sophos.

The outfit's team also found that while polled healthcare orgs are quite
likely to pay ransoms, they rarely get all of their data returned if they
do...

A digital conflict between Russia and Ukraine rages on behind the scenes of war Matthew Wheeler (Jun 03)
https://wskg.org/npr_story_post/a-digital-conflict-between-russia-and-ukraine-rages-on-behind-the-scenes-of-war/

SEATTLE — On the sidelines of a conference in Estonia on Wednesday, a
senior U.S. intelligence official told British outlet Sky News that the
U.S. is running offensive cyber operations in support of Ukraine.

“My job is to provide a series of options to the secretary of defense and
the president, and so that’s what I do,” said...

Researchers Uncover Malware Controlling Thousands of Sites in Parrot TDS Network Matthew Wheeler (Jun 03)
https://thehackernews.com/2022/06/researchers-uncover-malware-controlling.html

The Parrot traffic direction system (TDS) that came to light earlier this
year has had a larger impact than previously thought, according to new
research.

Sucuri, which has been tracking the same campaign since February 2019 under
the name "NDSW/NDSX," said that "the malware was one of the top infections"
detected in 2021, accounting for more than...

FBI, CISA: Don't get caught in Karakurt's extortion web Matthew Wheeler (Jun 03)
https://www.theregister.com/2022/06/03/fbi_cisa_warn_karakurt_extortion/

The Feds have warned organizations about a lesser-known extortion gang
Karakurt, which demands ransoms as high as $13 million and, some
cybersecurity folks say, may be linked to the notorious Conti crew.

In a joint advisory [PDF] this week, the FBI, CISA and US Treasury
Department outlined technical details about how Karakurt operates, along
with actions to take,...

DOJ Seizes 3 Web Domains Used to Sell Stolen Data and DDoS Services Matthew Wheeler (Jun 02)
https://thehackernews.com/2022/06/doj-seizes-3-web-domains-used-to-sell.html

The U.S. Department of Justice (DoJ) on Wednesday announced the seizure of
three domains used by cybercriminals to trade stolen personal information
and facilitate distributed denial-of-service (DDoS) attacks for hire.

This includes weleakinfo[.]to, ipstress[.]in, and ovh-booter[.]com, the
former of which allowed its users to traffic hacked personal data and
offered a...

Chinese Hackers Begin Exploiting Latest Microsoft Office Zero-Day Vulnerability Matthew Wheeler (Jun 02)
https://thehackernews.com/2022/05/chinese-hackers-begin-exploiting-latest.html

An advanced persistent threat (APT) actor aligned with Chinese state
interests has been observed weaponizing the new zero-day flaw in Microsoft
Office to achieve code execution on affected systems.

"TA413 CN APT spotted [in-the-wild] exploiting the Follina zero-day using
URLs to deliver ZIP archives which contain Word Documents that use the
technique,"...

US military hackers conducting offensive operations in support of Ukraine, says head of Cyber Command Matthew Wheeler (Jun 02)
https://www.three.fm/news/world-news/us-military-hackers-conducting-offensive-operations-in-support-of-ukraine-says-head-of-cyber-command/

US military hackers have conducted offensive operations in support of
Ukraine, the head of US Cyber Command has told Sky News.

In an exclusive interview, General Paul Nakasone also explained how "hunt
forward" operations were allowing the United States to search out foreign
hackers and identify...

SideWinder Hackers Launched Over a 1, 000 Cyber Attacks Over the Past 2 Years Matthew Wheeler (May 31)
https://thehackernews.com/2022/05/sidewinder-hackers-launched-over-1000.html

An "aggressive" advanced persistent threat (APT) group known as SideWinder
has been linked to over 1,000 new attacks since April 2020.

"Some of the main characteristics of this threat actor that make it stand
out among the others, are the sheer number, high frequency and persistence
of their attacks and the large collection of encrypted and obfuscated...

Hackers are Selling US University Credentials Online, FBI Says Matthew Wheeler (May 31)
https://tech.co/news/hackers-are-selling-us-university-credentials-online-fbi-says

The Federal Bureau of Investigation has warned US universities and colleges
that it has found banks of login credentials and other data relating to VPN
access circulating on cybercriminals forums.

The fear is that such data will be sold and subsequently used by malicious
actors to orchestrate attacks on other accounts owned by the same students,
in the hope...

Interpol Nabs 3 Nigerian Scammers Behind Malware-based Attacks Matthew Wheeler (May 31)
https://thehackernews.com/2022/05/interpol-nabs-3-nigerian-scammers.html

Interpol on Monday announced the arrest of three suspected global scammers
in Nigeria for using remote access trojans (RATs) such as Agent Tesla to
facilitate malware-enabled cyber fraud.

"The men are thought to have used the RAT to reroute financial
transactions, stealing confidential online connection details from
corporate organizations, including oil and gas...

U.S. Warns Against North Korean Hackers Posing as IT Freelancers Matthew Wheeler (May 18)
https://thehackernews.com/2022/05/us-warns-against-north-korean-hackers.html

Highly skilled software and mobile app developers from the Democratic
People's Republic of Korea (DPRK) are posing as "non-DPRK nationals" in
hopes of landing freelance employment in an attempt to enable the regime's
malicious cyber intrusions.

That's according to a joint advisory from the U.S. Department of State, the
Department of the...

FBI and NSA say: Stop doing these 10 things that let the hackers in Matthew Wheeler (May 18)
https://www.zdnet.com/article/fbi-and-nsa-say-stop-doing-these-10-things-that-let-the-hackers-in/

Cyber attackers regularly exploit unpatched software vulnerabilities, but
they "routinely" target security misconfigurations for initial access, so
the US Cybersecurity and Infrastructure Security Agency (CISA) and its
peers have created a to-do list for defenders in today's heightened threat
environment.

CISA, the FBI and National...

Fifth of Businesses Say Cyber-Attack Nearly Broke Them Matthew Wheeler (May 18)
https://www.infosecurity-magazine.com/news/fifth-of-businesses-cyber-attack/

A fifth of US and European businesses have warned that a serious
cyber-attack nearly rendered them insolvent, with most (87%) viewing
compromise as a bigger threat than an economic downturn, according to
Hiscox.

The insurer polled over 5000 businesses in the US, UK, Ireland, France,
Spain, Germany, the Netherlands and Belgium to compile its annual Hiscox
Cyber...

Hacker And Ransomware Designer Charged For Use And Sale Of Ransomware, And Profit Sharing Arrangements With Cybercriminals Matthew Wheeler (May 18)
https://www.shorenewsnetwork.com/2022/05/16/hacker-and-ransomware-designer-charged-for-use-and-sale-of-ransomware-and-profit-sharing-arrangements-with-cybercriminals/

A criminal complaint was unsealed today in federal court in Brooklyn, New
York, charging Moises Luis Zagala Gonzalez (Zagala), also known as
“Nosophoros,” “Aesculapius” and “Nebuchadnezzar,” a citizen of France and
Venezuela who resides in Venezuela, with attempted...

State of Ransomware shows huge growth in threat and impacts Matthew Wheeler (May 04)
https://www.continuitycentral.com/index.php/news/technology/7275-state-of-ransomware-shows-huge-growth-in-threat-and-impacts

Sophos has released its annual survey and review of real-world ransomware
experiences in its ‘State of Ransomware 2022’ report. This shows that 66
percent of organizations surveyed were hit with ransomware in 2021, up from
37 percent in 2020.

The average ransom paid by organizations that had data encrypted in their...

Open Source Tool Development

metasploit logo

Metasploit — Development discussion for Metasploit, the premier open source remote exploitation tool

wireshark logo

Wireshark — Discussion of the free and open source Wireshark network sniffer. No other sniffer (commercial or otherwise) comes close. This archive combines the Wireshark announcement, users, and developers mailing lists.

snort logo

Snort — Everyone's favorite open source IDS, Snort. This archive combines the snort-announce, snort-devel, snort-users, and snort-sigs lists.

Additional troubleshooting / possible root cause found for Snort Portscan Detection preprocessor not generating portscan alerts Turritopsis Dohrnii Teo En Ming via Snort-devel (Sep 22)
Subject: Additional troubleshooting / possible root cause found for Snort Portscan Detection preprocessor not
generating portscan alerts

Good day from Singapore,

Reporter: Mr. Turritopsis Dohrnii Teo En Ming
Date: 22 Sep 2026 Tuesday 7.15 pm
Country: Singapore

I performed further testing on pfSense CE 2.9.0 with Snort package 4.1.10 / Snort 2.9.20_9.

The sfPortscan preprocessor itself is correctly generated in the WAN snort.conf:...

[Bug Report] Snort IDS/IPS Portscan Preprocessor Cannot Detect Any Port Scans in pfSense CE 2.9.0 Firewall Turritopsis Dohrnii Teo En Ming via Snort-devel (Sep 22)
Subject: [Bug Report] Snort IDS/IPS Portscan Preprocessor Cannot Detect Any Port Scans in pfSense CE 2.9.0 Firewall

Good day from Singapore,

Reporter: Mr. Turritopsis Dohrnii Teo En Ming
Date: 22 Sep 2026 Tuesday
Country: Singapore

I had activated Max-Detect IPS Policy with Portscan Detection enabled on 21 Sep 2026 Monday at 10.17 PM.

This is what I have done.

1. Configure WAN Snort as detection-only

Go to:

Services → Snort → Snort...

Snort Subscriber Rules Update 2026-09-22 Research via Snort-sigs (Sep 22)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the server-mail and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-09-17 Research via Snort-sigs (Sep 17)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the malware-other and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-09-15 Research via Snort-sigs (Sep 15)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the and rule sets to
provide coverage for emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-09-15 Research via Snort-sigs (Sep 15)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the os-linux and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

How to disable SID from built-in ruleset? Ernesto Arias via Snort-sigs (Sep 11)
Hello -

I am using snort v3.9.3 for an IDS application, it is sending false positives alerts for multiples SID below 1,000,000
which are included in the built-in configuration. See example below

2/24/2026 11:21
notice
snort[887]:
[116:444:1]
(ipv4) IPv4 option set
[Priority:
3]
{IGMP}
10.2.0.64
->
224.0.0.22
2/24/2026 11:21
notice
snort[887]:
[116:444:1]
(ipv4) IPv4 option set
[Priority:
3]
{IGMP}
10.2.0.66
->
224.0.0.22
2/24/2026 11:21...

Snort Subscriber Rules Update 2026-09-10 Research via Snort-sigs (Sep 10)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the browser-webkit,
netbios and server-other rule sets to provide coverage for emerging
threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-09-08 Research via Snort-sigs (Sep 08)
Talos Snort Subscriber Rules Update

Synopsis:
Talos is aware of vulnerabilities affecting products from Microsoft
Corporation.

Details:
Microsoft Vulnerability CVE-2026-68846:
A coding deficiency exists in Microsoft Windows Kernel that may lead to
an escalation of privilege.

Rules to detect attacks targeting these vulnerabilities are included in
this release and are identified with:
Snort 2: GID 1, SIDs 67029 through 67030,
Snort 3: GID 1, SID...

Snort Subscriber Rules Update 2026-09-03 Research via Snort-sigs (Sep 03)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the
indicator-compromise, malware-other and server-webapp rule sets to
provide coverage for emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-09-01 Research via Snort-sigs (Sep 01)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the server-apache and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-27 Research via Snort-sigs (Aug 27)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the file-other,
malware-other and server-webapp rule sets to provide coverage for
emerging threats from these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Snort Subscriber Rules Update 2026-08-25 Research via Snort-sigs (Aug 25)
Talos Snort Subscriber Rules Update

Synopsis:
This release adds and modifies rules in several categories.

Details:
Talos has added and modified multiple rules in the malware-cnc and
server-webapp rule sets to provide coverage for emerging threats from
these technologies.

For a complete list of new and modified rules please see:

https://www.snort.org/advisories

Re: Is Snort3 no longer being developed? Oleksii Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco) via Snort-devel (Aug 21)
Hi

Thank you for the question and your interest in Snort3 project.

Snort3 status has not changed. Releases are delayed for a good reason. Hopefully, they will resume in autumn. However,
exact date is not set yet.
I will ask around if we can share more details.

Thanks,
Alexey

Is Snort3 no longer being developed? Dheeraj Gupta via Snort-devel (Aug 20)
Hi,

The official Snort3 github repo has had no new commits since almost 4
months. Last commit was on 24-Apr-2026 (Snort3 rel 3.12.2.0). Has Cisco
made any announcement regarding change in status of Snort3 project which I
may have missed?

Thanks,
Dheeraj

More Lists

We also maintain archives for these lists (some are currently inactive):

Related Resources

Read some old-school private security digests such as Zardoz at SecurityDigest.Org

We're always looking for great network security related lists to archive. To suggest one, mail Fyodor.