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.

[0day-rubbish] VMS 6.48.809 Authenticated command injection to root RCE (8.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
VMS 6.48.809.

Type: Authenticated command injection to root RCE (CWE-78)
CVSS: 8.8 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)
Impact: Authenticated attacker executes arbitrary commands as root via unsanitized command injection
Authentication: authenticated

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

[0day-rubbish] ONE Reporter 13.1 Authenticated RCE / privilege escalation via CommandExecutor (8.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
ONE Reporter 13.1.

Type: Authenticated RCE / privilege escalation via CommandExecutor (CWE-78)
CVSS: 8.8 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)
Impact: Low-privilege user executes arbitrary commands as local-admin service account
Authentication: authenticated

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

[0day-rubbish] Gemini 7.3.0 Authenticated SQL injection to xp_cmdshell RCE (8.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
Gemini 7.3.0.

Type: Authenticated SQL injection to xp_cmdshell RCE (CWE-89)
CVSS: 8.8 (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H)
Impact: Authenticated user executes OS commands via stacked SQL and xp_cmdshell as sa/sysadmin
Authentication: authenticated

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

[0day-rubbish] RoboTask 11.0.5.1229 Unauthenticated REST API remote task execution (9.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
RoboTask 11.0.5.1229.

Type: Unauthenticated REST API remote task execution (CWE-306)
CVSS: 9.8 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
Impact: Unauthenticated attacker enumerates and triggers pre-existing tasks with Administrator privileges
Authentication: unauthenticated / pre-auth

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

[0day-rubbish] ActiveFax Server 10.70 Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (9.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
ActiveFax Server 10.70.

Type: Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (CWE-78)
CVSS: 9.8 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
Impact: Unauthenticated attacker executes arbitrary commands as SYSTEM via an LPD print job
Authentication: unauthenticated / pre-auth

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

[0day-rubbish] Tornado 2.11.3 Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (9.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
Tornado 2.11.3.

Type: Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (CWE-22)
CVSS: 9.8 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)
Impact: Unauthenticated attacker writes arbitrary files and achieves root command execution via cron
Authentication: unauthenticated / pre-auth

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

[0day-rubbish] Datalore On-Premises 2026.2.3 Unauthenticated RCE via InteractiveReport access-mapping flaw (9.8) disclosure via Fulldisclosure (Aug 19)
0day Rubbish Research Team is publicly disclosing a vulnerability in
Datalore On-Premises 2026.2.3.

Type: Unauthenticated RCE via InteractiveReport access-mapping flaw (CWE-306)
CVSS: 9.8 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H)
Impact: Anonymous attacker executes arbitrary code in the notebook agent container
Authentication: unauthenticated / pre-auth

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

APPLE-SA-08-18-2026-1 Safari 26.6.1 Apple Product Security via Fulldisclosure (Aug 19)
APPLE-SA-08-18-2026-1 Safari 26.6.1

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

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

WebKit
Available for: macOS Sonoma and macOS Sequoia
Impact: Processing maliciously crafted web content may lead to an
unexpected...

Cudy WR3000: Hard-coded JWT Secret to Root Command Injection Nir Yehoshua (Aug 19)
Hello Full Disclosure list,

Cipher Security Labs has published details for two vulnerabilities
affecting Cudy WR3000 hardware revision 2.0 running firmware before
version 2.5.24.

CVE-2026-71960 - Hard-coded JWT Secret Authentication Bypass
Severity: Critical, CVSS 9.3

The device firmware contains a hard-coded HMAC signing secret used by
the Mosquitto MQTT JWT authentication plugin. Because the secret can
be recovered from the firmware image,...

Security advisory: Pre-authentication RCE (SQL injection) in XPressEntry 3.7.7454 (Telaeris Inc) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in XPressEntry 3.7.7454 (Telaeris Inc). The research
is published and a proof-of-concept is available.

Pre-authentication RCE (SQL injection) (CVSS 9.8, pre-authentication)

Telaeris XPressEntry 3.7.7454 runs its main HTTP API without authentication when RequireReaderCredentials is False,
which is the default. The SaveVerifyActivity handler concatenates the sNotes parameter into...

Security advisory: Authenticated RCE (SQL injection) in Scrutinizer 19.7.0 (Plixer) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in Scrutinizer 19.7.0 (Plixer). The research is
published and a proof-of-concept is available.

Authenticated RCE (SQL injection) (CVSS 8.8, authenticated)

Plixer Scrutinizer 19.7.0 concatenates the HTTP orderBy parameter directly into a SQL ORDER BY clause with no escaping
in the adminEditLang handler. The default configuration includes the pg_cron extension and a PostgreSQL...

Security advisory: Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax Software (Output Technology)) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax
Software (Output Technology)). The research is published and a proof-of-concept is available.

Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) (CVSS 9.8, pre-authentication)

Output Messenger Server 2.0.x accepts XMPP connections on TCP 14121 with no SASL and no credentials; every connection
is treated as...

Security advisory: Pre-authentication RCE (arbitrary file write) in RapidDeploy 5.2.2 (MidVision) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in RapidDeploy 5.2.2 (MidVision). The research is
published and a proof-of-concept is available.

Pre-authentication RCE (arbitrary file write) (CVSS 9.8, pre-authentication)

MidVision RapidDeploy 5.2.2 ships a remote-agent template (midvision-remoting-server.xml) with host=0.0.0.0 and
auth.servers commented out, making the JBoss Remoting layer network-reachable with no...

Security advisory: Authenticated RCE (second-order SQL injection) in Lansweeper 12.2.1.0 (web reports 12.2.1.6) (Lansweeper) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in Lansweeper 12.2.1.0 (web reports 12.2.1.6)
(Lansweeper). The research is published and a proof-of-concept is available.

Authenticated RCE (second-order SQL injection) (CVSS 8.8, authenticated)

Lansweeper 12.2.1.0 contains a second-order SQL injection in the LicenseActions console. A SQL Server sub-server name
containing a single quote is stored and later concatenated...

Security advisory: Authenticated RCE (command injection) in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI Software) disclosure via Fulldisclosure (Aug 17)
0day Rubbish Research Team is publicly disclosing a vulnerability in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI
Software). The research is published and a proof-of-concept is available.

Authenticated RCE (command injection) (CVSS 8.8, authenticated)

Kerio Connect 10.0.9 Patch 2 contains a command-injection vulnerability in the WebAdmin JSON-RPC method
Server.startEncryption. The password parameter is double-quoted and concatenated...

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

Re: Emacs zero-click local command execution via TRAMP nightmare . yeah27 (Aug 21)
Emacs has no security releases; do we have any idea if this will
be fixed in Emacs 31?

CVE-2026-77781: Tie::Hash::Regex versions before 2.0.0 for Perl will throw an exception on unparseable lookup keys Robert Rothenberg (Aug 21)
========================================================================
CVE-2026-77781                                       CPAN Security Group
========================================================================

        CVE ID:  CVE-2026-77781
  Distribution:  Tie-Hash-Regex
      Versions:  before 2.0.0

      MetaCPAN:  https://metacpan.org/dist/Tie-Hash-Regex
      VCS Repo: ...

Re: OVSwrap (CVE-2026-64531): Linux kernel/OVS local root vulnerability Kevin Riggle (Aug 21)
Hey Thomas,

Sorry for my delayed response. I see that these patches are now in the
process of landing. Thank you so much for digging in on this and
providing this context!

Best,
- Kevin

Emacs zero-click local command execution via TRAMP Sean Whitton (Aug 21)
Bas Alberts of the GitHub Security Lab discovered a local command
execution vulnerability in GNU Emacs 30.2 onwards, and possibly earlier.

I am attaching a fix prepared by Michael Albinus, the TRAMP maintainer.

Here is Bas's description of the problem (edited down a bit).

--8<---------------cut here---------------start------------->8---
1. Tramp: local shell command injection through the user field
(tramp-sh.el, CRITICAL)...

[OSSA-2026-036] OpenStack Aodh and Watcher: Aodh cross-project alarm enumeration and Watcher webhook authorization bypass (CVE-2026-76878) errata 1 Goutham Pacha Ravi (Aug 20)
============================================================================================
OSSA-2026-036: Aodh cross-project alarm enumeration and Watcher webhook
authorization bypass
============================================================================================

:Date: August 19, 2026
:CVE: CVE-2026-76878

Affects
~~~~~~~
- Aodh: >=10.0.0 <20.0.1, ==21.0.0, ==22.0.0
- Watcher: >=4.0.0 <14.1.2, >=15.0.0 <15.1.2,...

[OSSN-0108] Multiple authentication vulnerabilities in Ceph affecting OpenStack Goutham Pacha Ravi (Aug 20)
OSSN-0108: Multiple authentication vulnerabilities in Ceph
---

### Summary ###

The latest Ceph releases of Ceph 20.2.4 and Ceph 19.2.6 patch four CVEs
across several components (CVE-2025-30156, CVE-2026-39944, CVE-2026-50152
and CVE-2026-54330). All OpenStack services using CephX keyrings are
affected.
Ceph servers should be upgraded and their CephX keyrings should be rotated.
The CephX keyrings used by OpenStack should be rotated only after...

CVE-2026-77176: Kata-containers: insufficient validation of createcontainer mount and storage rules in genpolicy Manuel Huber (Aug 20)
This vulnerability has been fixed in Kata Containers. The fix will be
included

in the upcoming 4.1.0 release, which is expected to be available shortly:

genpolicy: don't match image pull storages to mounts
<https://github.com/kata-containers/kata-containers/commit/fe8eeefcd0bec13c0
37ceb8f0889e48b75db17ab> . kata-containers/kata-containers@fe8eeef

Description:

A flaw was found in Kata Containers. In configurations utilizing...

CVE-2026-15743: Catalyst::Plugin::Static::Simple versions through 0.38 for Perl mark responses as publicly cacheable Robert Rothenberg (Aug 20)
========================================================================
CVE-2026-15743                                       CPAN Security Group
========================================================================

        CVE ID:  CVE-2026-15743
  Distribution:  Catalyst-Plugin-Static-Simple
      Versions:  through 0.38

      MetaCPAN: https://metacpan.org/dist/Catalyst-Plugin-Static-Simple
     ...

CVE-2026-63044: Apache InLong: Authenticated SSRF via POST /api/node/testConnection Charles Zhang (Aug 20)
Severity: important

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Server-Side Request Forgery (SSRF) vulnerability in Apache InLong.  Any authenticated user (no admin role required) can
cause the InLong Manager server to make outbound HTTP requests or TCP connections to
arbitrary internal hosts and ports.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache...

CVE-2026-63043: Apache InLong: Agent path traversal via unvalidated file source path Charles Zhang (Aug 20)
Severity: important

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Relative Path Traversal vulnerability in Apache InLong. Arbitrary file read from the Agent host filesystem.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache InLong's 2.4.0 or cherry-pick [1] to solve it.

[1]  https://github.com/apache/inlong/pull/12146 .

Credit:

dyingman1 (finder)

References:...

CVE-2026-63042: Apache InLong: Missing authorization on DataNode management endpoints Charles Zhang (Aug 20)
Severity: moderate

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Files or Directories Accessible to External Parties vulnerability in Apache InLong. Any user who can authenticate to
the manager can create, modify and delete Data Node definitions.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache InLong's 2.4.0 or cherry-pick [1] to solve it.

[1] ...

CVE-2026-63040: Apache InLong: Missing authorization in StreamSource forceDelete Charles Zhang (Aug 20)
Severity: moderate

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Files or Directories Accessible to External Parties vulnerability in Apache InLong. StreamSource performs no
authorization check, any authenticated user can logically delete ALL stream sources.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache InLong's 2.4.0 or cherry-pick [1] to solve it.

[1] ...

CVE-2026-63039: Apache InLong: SQL Injection via Unvalidated MyBatis Dollar-Sign Interpolation in AuditAlertRuleService Charles Zhang (Aug 20)
Severity: moderate

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache InLong.
This allows an attacker to inject the string value into
the SQL statement, enabling SQL injection.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache InLong's 2.4.0 or...

CVE-2026-63038: Apache InLong: SQL Injection via String Concatenation Vulnerability Report Charles Zhang (Aug 20)
Severity: important

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache InLong.
This allows an attacker to inject arbitrary SQL code through the
dbName, tableName, schemaName, and username parameters. 

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache...

CVE-2026-63037: Apache InLong: Unauthenticated SQL injection in Manager OpenAPI audit alert rule list endpoint Charles Zhang (Aug 20)
Severity: moderate

Affected versions:

- Apache InLong 2.0.0 before 2.4.0

Description:

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Apache InLong. 
This appears to allow SQL injection in the ORDER BY clause against the
Manager backend database.

This issue affects Apache InLong: from 2.0.0 before 2.4.0.

Users are advised to upgrade to Apache InLong's 2.4.0 or...

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: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Mike Lyon via NANOG (Aug 21)
Curious, why retire Whois?

With the ever increasing ARIN rates, can y’all not afford to continue the service?

As it stands now, every time i use the whois web client (couple times a week), it never loads the first time (on any
device and on any network i’m on) and i have to reload the page.

How hard and expensive can it be to keep a whois webpage up and running?

-Mike

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) William Herrin via NANOG (Aug 21)
I just did a "whois" on my own domains and found it still working. And
I checked under the hood - the client isn't using RDAP.

Maybe there's a disconnect between announcement and practice here? And
the lack of outcry is because pragmatically speaking whois still
works?

Regards,
Bill Herrin

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Randy Bush via NANOG (Aug 21)
why would one given that anything useful is redacted?

randy

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) John Levine via NANOG (Aug 21)
It appears that Rich Kulawiec via NANOG <nanog () lists nanog org> said:

I'm scratching my head. Is it really the case that nobody here has been using
WHOIS to look up domain name info? Because that ship sailed years ago. ICANN
mandated RDAP with about a two-year transition period which was over last year.
If you want to get (what remains of) info about domains, you have to use RDAP,
with a little bit of WHOIS left for some country...

Re: Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Alexander Harrowell via NANOG (Aug 21)
Also, there are users, who occasionally want to check something and will be
turned away.

Re: Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN???s Directory Services) Rich Kulawiec via NANOG (Aug 21)
I strongly concur with this. There are no doubt a LOT of people who
have no idea that any of this happening, but who have built extensive
tooling on top of whois and will not be happy when it all suddenly breaks
(with whatever operational consequences that implies).

What needs to happen is: (1) the developers of every significant whois
client need to be notified (2) they need to be convinced to put a notice
in the client software (3) they need...

Weekly Global IPv4 Routing Table Report Routing Table Analysis Role Account via NANOG (Aug 21)
This is an automated weekly mailing describing the state of the Global
IPv4 Routing Table as seen from APNIC's router in Japan.

The posting is sent to APOPS, NANOG, AfNOG, SANOG, PacNOG, SAFNOG
UKNOF, TZNOG, MENOG, BJNOG, SDNOG, CMNOG, LACNOG and the RIPE Routing WG.

Daily listings are sent to bgp-stats () lists apnic net.

For historical data, please see https://thyme.apnic.net.

If you have any comments please contact Philip Smith...

Re: Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Shane Ronan via NANOG (Aug 18)
John,

Your email says "This transition is an important step toward improving
alignment with established IETF standards.", aligning a new feature to a
standard doesn't mean shutting down a service that is used in so many ways,
and expecting users to rely on a service that by your own admission isn't
the standard in todays OS deployments.

Wouldn't it make sense to work with the OS community to rdap clients
ubiquitous...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Randy Bush via NANOG (Aug 17)
it's the fashionable way to be sure to catch as many supply chain
attacks as you can

you'll love iirdv4

randy

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Tom Beecher via NANOG (Aug 17)
For Rust, <1000 for any full featured application is pretty decent.

I also fail to see why it matters.

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Andy Newton via NANOG (Aug 17)
If you look closely, he didn't just compile the client. Also, that client does A LOT more than a typical WHOIS client.
This is an apples-to-oranges comparison.

The users manual is here: https://icann.github.io/icann-rdap/rdap-cli-tools/cli-client/
It includes instructions on how to get pre-built binaries and pointers to packages.

As was stated upthread, there are plenty of RDAP clients and plenty pre-packaged:...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Matt Corallo via NANOG (Aug 17)
Its one thing to write something in Rust, its something entirely different to have FIVE HUNDRED AND
FOURTY FIVE DEPENDENCIES. In what world is that even remotely acceptable for modern software that
people might want to use in production environments.

Matt

Re: Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) John Levine via NANOG (Aug 15)
According to Lavender-Jamie via NANOG <nanog () lists nanog org>:

None, but ICANN told their contracted TLDs to support RDAP by February
2024 for DNS names. In January 2025 they said that WHOIS is no longer
required, and a lot of them have now turned off their WHOIS servers.

We passed that point several years ago. I have scripts that do a lot of
lookups of both IPs and domain names, and they use RDAP for everything other
than a few...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Sam Thomas via NANOG (Aug 15)
</lurk><grumpy_old_router_hacker>

when I asked the goog^WAI about CLI rdap tools, one suggestion was
"nicinfo," apparently produced by ARIN.

deprecated, and they recommended icann-rdap, which is produced in
rust. It is still compiling on my development system as I write this.

Compiling icann-rdap-cli v0.0.31 (/home/sthomas/src/icann-rdap/icann-rdap-cli)
Building [=======================> ] 539/545:...

Re: Whois using these ARIN services?? (fwd: Consultation on the Future of ARIN’s Directory Services) Randy Bush via NANOG (Aug 15)
i too have been around since forever. but i am hard to maintain,
crufty, and there are younger net geeks who are probably better them
i at some of the modern stuff.

randy

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.

(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...

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

RISKS-LIST: Risks-Forum Digest Wednesday 18 March 2026 Volume 34 : Issue 90

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 <...

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

RISKS-LIST: Risks-Forum Digest Thursday 26 February 2026 Volume 34 : Issue 89

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 <...

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

RISKS-LIST: Risks-Forum Digest Friday 20 February 2026 Volume 34 : Issue 88

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 <...

(no subject) RISKS List Owner (Feb 20)

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

RISKS-LIST: Risks-Forum Digest Saturday 14 February 2026 Volume 34 : Issue 87

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 <...

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

[RESEND. I DID NOT GET MY COPy... PGN]

RISKS-LIST: Risks-Forum Digest Friday 6 February 2026 Volume 34 : Issue 86

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...

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

RISKS-LIST: Risks-Forum Digest Friday 9 January 2026 Volume 34 : Issue 83

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...

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

RISKS-LIST: Risks-Forum Digest Wednesday 6 April 2005 Volume 23 : Issue 83

ACM FORUM ON RISKS TO THE PUBLIC IN COMPUTERS AND RELATED SYSTEMS (comp.risks)
Peter G. Neumann, moderator, chmn ACM Committee on Computers and Public Policy

***** See last item for further information, disclaimers, caveats, etc. *****
This issue is...

(no subject) RISKS List Owner (Jan 09)

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

RISKS-LIST: Risks-Forum Digest Saturday 3 January 2026 Volume 34 : Issue 82

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

***** See last item for further information, disclaimers, caveats, etc. *****
This issue is archived at <...

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.

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

Snort Subscriber Rules Update 2026-08-20 Research via Snort-sigs (Aug 20)
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 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-18 Research via Snort-sigs (Aug 18)
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-chrome 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-13 Research via Snort-sigs (Aug 13)
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-08-06 Research via Snort-sigs (Aug 06)
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 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-04 Research via Snort-sigs (Aug 04)
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 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-07-30 Research via Snort-sigs (Jul 30)
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
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-07-28 Research via Snort-sigs (Jul 28)
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,
indicator-compromise, 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

Snort Subscriber Rules Update 2026-07-23 Research via Snort-sigs (Jul 23)
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,
policy-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-07-21 Research via Snort-sigs (Jul 21)
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-multimedia,
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

Snort Subscriber Rules Update 2026-07-16 Research via Snort-sigs (Jul 16)
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 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-07-14 Research via Snort-sigs (Jul 14)
Talos Snort Subscriber Rules Update

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

Details:
Microsoft Vulnerability CVE-2026-49170:
A coding deficiency exists in Microsoft Windows StateRepository API
Server file 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 66738 through...

Snort Subscriber Rules Update 2026-07-09 Research via Snort-sigs (Jul 09)
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-multimedia,
os-windows, policy-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-07-07 Research via Snort-sigs (Jul 07)
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-pdf, os-other
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

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.