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.

Pull request: make ncat http proxy listen only on specified address Nimrod MacIomhair (May 16)
Dear all,

there is an issue with the ncat http proxy functionality: it will not
only listen on the specified address but on all available addresses.

The fix is a one-liner, I've created a pull request for that:
https://github.com/nmap/nmap/pull/2614

Cheers,
Nimrod

PR on Github - Write service probe for MSMQ Gonçalo César Mendes Ribeiro via dev (May 16)
Hello,

This is just to inform you that I have opened PR #2632 [1] on GitHub.
Leaving the PR description below for quick reference.

"Adds a service probe to confirm whether the service running on TCP port
1801 is MSMQ (Microsoft Message Queuing).

I've documented here [2] part of my process as I was studying/testing
the protocol to implement the probe.

This probe may help identify MSMQ exposure that may need to be
remediated to...

RE: SYN vs Connect scans Rob Nicholls (May 13)
Hi Gregg,

I’m going to assume that the results from your TCP Connect scan are accurate for the host. Those results contain a
large number of open ports (a Windows domain controller, if I had to guess), but no closed ports (all other ports are
filtered).

The SYN Scan only reports closed ports (where Nmap received a RST from something), with the rest marked as filtered.
Noticeably, there are no open ports.

There also does not appear to be...

SYN vs Connect scans Gregg Doherty (May 12)
Can someone explain why SYN Scan isn't finding all the open ports? But
TCP connect scan does. Both would require the ACK from the target.

---------- SYNSCAN.GNMAP (-T3)

# Nmap 7.93 scan initiated Thu May 11 13:22:34 2023 as: nmap -sS -p - -v -v
-n -oA output.file-Pn xxx.xxx.xxx.xxx

Host: xxx.xxx.xxx.xxx () Status: Up

Host: xxx.xxx.xxx.xxx () Ports: 17/closed/tcp//qotd///,
20/closed/tcp//ftp-data///, 21/closed/tcp//ftp///,...

Re: smb2-security-mode and SMB3 Robin Wood (Apr 05)
I can't help with the dev changes but it's interesting it's been given
high, Tenable only give it CVSSv3 5.3 which is a solid medium. Is there
anything special in your environment to justify high?

Robin

Zenmap patch for GitHub Issue #2626 Meya (Apr 05)
Hello,

I stumbled across a small "issue" post on your GitHub mirror
(https://github.com/nmap/nmap/issues/2626) and made the quick fix. I'll
attach the nmap.patch file as mentioned in your small "HACKING" text file.

Also I did a quick GitHub fork, fixed it there and made a pull request
(https://github.com/nmap/nmap/pull/2627).

I'd be happy to hear back from you.

Greetings

Stuart Meya

Index:...

smb2-security-mode and SMB3 JT Tyra (Mar 21)
Hello Everyone,

While working through some vulnerability reports at my company, I came
across the following output from nmap, in particular the
smb2-security-mode.nse script.

The long story short here is that I believe this is a false positive. When
SMBv3 is the only available smb dialect AND smb encryption is enabled,
message signing exists. SMBv3 does an Encrypt+Sign
<...

Zenmap wrong ptr Scott Mayoral (Feb 04)
Hello,

While using zenmap (Mac OS) and ran a number of scans on the ip 165.232.151.85 (my client's server which I manage) and
the ptr returned is cr1osbydoe.com <http://cr1osbydoe.com/> When I run a dig -x on the terminal, the correct ptr
appears (hncda.livinginarchitecture.org <http://livinginarchitecture.org/>), same correct results from nmap proper on
my PC, as well as on the PC command line. crosbydoe . com is a url on...

Re: NMAP Scan help Jon Gorenflo (Feb 04)
Seeing JavaScript comments during an NMAP scan can indeed be a concern for clients with proprietary information. The
best way to protect this information is to not include it in the source code of the website. If it is absolutely
necessary to include it, it can be obfuscated to make it more difficult for an attacker to understand, but it cannot be
completely protected from being seen during a scan.

Jon

From: dev <dev-bounces () nmap...

Re: NMAP Scan help Robin Wood (Feb 04)
Yes, the JavaScript is sent to the browser as part of the "web page
package".

This is a page on my site:

https://digi.ninja/projects/authlab.php

As part of it, it uses this bit of HTML:

<script src="/javascript/authlab.js
<https://digi.ninja/javascript/authlab.js>"></script>

To load this JavaScript file:

https://digi.ninja/javascript/authlab.js

The JS file is public and accessible to anyone who browses...

Re: NMAP Scan help Robin Wood (Feb 04)
JavaScript is sent to the client as part of the way the web works and so
can't be blocked or hidden. If you stop sending it then whatever bits of
the site rely on it will stop working.

Nothing should be considered secret in client side JavaScript.

Robin

PR: NSE Script: Oracle NNE Crypto Parameter Enumeration Moritz Bechler via dev (Feb 04)
Hello,

a while back I did some reversing and security analysis on Oracle database's
proprietary transport security protocol (NNE/SNS).
Based on that research I have put together a NSE script that determines the
NNE server parameters/configuration and identify weak/vulnerable instances.

Happy to contribute that to nmap, I have opened a PR: https://github.com/nmap/nmap/pull/2603
Looking forward to your comments in the PR (not subscribed...

Proposal for a new feature to Ncat codergaz (Feb 04)
Hello,

First of all, I wanted to thank you for your work in developing great software. I use Ncat on a daily basis and it is a
must have tool for services management. And I would like to contribute to the project.

A very useful feature would be for Ncat messages to have a timestamp, to know when connections have been established.
Especially in listen mode, but also in connect mode.

For example, recently I solved a problem based on the time...

Re: NMAP Scan help thanatos thanatos via dev (Feb 03)
Thank you so much for all of your help

Sent from Yahoo Mail on Android

On Fri, Feb 3, 2023 at 12:44 PM, Robin Wood<robin@digi.ninja> wrote: Yes, the JavaScript is sent to the browser as
part of the "web page package".
This is a page on my site:
https://digi.ninja/projects/authlab.php

As part of it, it uses this bit of HTML:

<script src="/javascript/authlab.js"></script>

To load this JavaScript...

Re: NMAP Scan help thanatos thanatos via dev (Feb 03)
I am talking about running a scan from the outside on port 443. It shows my clients information 

Sent from Yahoo Mail on Android

On Thu, Feb 2, 2023 at 10:08 AM, Robin Wood<robin@digi.ninja> wrote: JavaScript is sent to the client as part of
the way the web works and so can't be blocked or hidden. If you stop sending it then whatever bits of the site rely on
it will stop working.
Nothing should be considered secret in client...

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.

Nmap 7.93 - 25th Anniversary Release! Gordon Fyodor Lyon (Sep 01)
Dear Nmap community,

Twenty five years ago today, I released the first version of Nmap in a
Phrack article named The Art of Port Scanning (https://nmap.org/p51-11.html).
I never thought I'd still be at it a quarter of a century later, but that's
because I also didn't anticipate such a wonderful community of users and
contributors spanning those decades. You've helped Nmap blossom from a
fairly simple port scanner to a...

Npcap Versions 1.70 and 1.71 improve Windows packet capturing performance, stability, security, and compatibility Gordon Fyodor Lyon (Sep 01)
Hello folks. While the Nmap Project has been quiet lately (this is my
first post of the year), I'm happy to share some great progress on both
Nmap and Npcap development. Starting with our Npcap Windows packet
capturing/sending library, I'm happy to report that we quietly released
Version 1.70 in June and then 1.71 on August 19. They include many key
improvements:

* Performance: A major overhaul of Packet.dll sped up routines that...

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.

[CVE-2023-29459] FC Red Bull Salzburg App "at.redbullsalzburg.android.AppMode.Default.Splash.SplashActivity" Arbitrary URL Loading Julien Ahrens (RCE Security) (Jun 02)
RCE Security Advisory
https://www.rcesecurity.com

1. ADVISORY INFORMATION
=======================
Product: FC Red Bull Salzburg App
Vendor URL: https://play.google.com/store/apps/details?id=laola.redbull
Type: Improper Authorization in Handler for Custom URL Scheme [CWE-939]
Date found: 2023-04-06
Date published: 2023-06-01
CVSSv3 Score: 6.1 (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N)
CVE: CVE-2023-29459...

[RT-SA-2022-004] STARFACE: Authentication with Password Hash Possible RedTeam Pentesting GmbH (Jun 01)
Advisory: STARFACE: Authentication with Password Hash Possible

RedTeam Pentesting discovered that the web interface of STARFACE as well
as its REST API allows authentication using the SHA512 hash of the
password instead of the cleartext password. While storing password
hashes instead of cleartext passwords in an application's database
generally has become best practice to protect users' passwords in case
of a database compromise, this...

CVE-2022-48336 - Buffer Overflow in Widevine Trustlet (PRDiagParseAndStoreData @ 0x5cc8) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48336
[+] Title : Buffer Overflow in Widevine Trustlet
(PRDiagParseAndStoreData @ 0x5cc8)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------
5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0 (LMY47E),...

CVE-2022-48335 - Buffer Overflow in Widevine Trustlet (PRDiagVerifyProvisioning @ 0x5f90) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48335
[+] Title : Buffer Overflow in Widevine Trustlet
(PRDiagVerifyProvisioning @ 0x5f90)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------
5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0...

CVE-2022-48334 - Buffer Overflow in Widevine Trustlet (drm_verify_keys @ 0x7370) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48334
[+] Title : Buffer Overflow in Widevine Trustlet
(drm_verify_keys @ 0x7370)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------
5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0 (LMY47E), 5.1.0...

CVE-2022-48333 - Buffer Overflow in Widevine Trustlet (drm_verify_keys @ 0x730c) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48333
[+] Title : Buffer Overflow in Widevine Trustlet
(drm_verify_keys @ 0x730c)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------
5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0 (LMY47E), 5.1.0...

CVE-2022-48332 - Buffer Overflow in Widevine Trustlet (drm_save_keys @ 0x6a18) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48332
[+] Title : Buffer Overflow in Widevine Trustlet
(drm_save_keys @ 0x6a18)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------
5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0 (LMY47E), 5.1.0...

CVE-2022-48331 - Buffer Overflow in Widevine Trustlet (drm_save_keys @ 0x69b0) Cyber Intel Security (May 30)
1. INFORMATION
--------------
[+] CVE : CVE-2022-48331
[+] Title : Buffer Overflow in Widevine Trustlet
(drm_save_keys @ 0x69b0)
[+] Vendor : Google
[+] Device : Nexus 6
[+] Affected component : Widevine
[+] Publication date : March 2023
[+] Credits : CyberIntel Team

2. AFFECTED VERSIONS
--------------------

5.0.0 (LRX21O), 5.0.1 (LRX22C), 5.1.0 (LMY47D), 5.1.0 (LMY47E), 5.1.0...

SCHUTZWERK-SA-2022-001: Cross-Site-Scripting in Papaya Medical Viewer Lennert Preuth via Fulldisclosure (May 30)
Title
=====

SCHUTZWERK-SA-2022-001: Cross-Site-Scripting in Papaya Medical Viewer

Status
======

PUBLISHED

Version
=======

1.0

CVE reference
=============

CVE-2023-33255

Link
====

https://www.schutzwerk.com/advisories/SCHUTZWERK-SA-2022-001/

Text-only version:
https://www.schutzwerk.com/advisories/SCHUTZWERK-SA-2022-001.txt

Further SCHUTZWERK advisories:
https://www.schutzwerk.com/blog/tags/advisories/

Affected products/vendor...

[RT-SA-2023-005] Pydio Cells: Server-Side Request Forgery RedTeam Pentesting GmbH (May 30)
For longer running processes, Pydio Cells allows for the creation of
jobs, which are run in the background. The job "remote-download" can be
used to cause the backend to send a HTTP GET request to a specified URL
and save the response to a new file. The response file is then available
in a user-specified folder in Pydio Cells.

Details
=======

Product: Pydio Cells
Affected Versions: 4.1.2 and earlier versions
Fixed Versions: 4.2.0,...

[RT-SA-2023-004] Pydio Cells: Cross-Site Scripting via File Download RedTeam Pentesting GmbH (May 30)
Advisory: Pydio Cells: Cross-Site Scripting via File Download

Pydio Cells implements the download of files using presigned URLs which
are generated using the Amazon AWS SDK for JavaScript [1]. The secrets
used to sign these URLs are hardcoded and exposed through the JavaScript
files of the web application. Therefore, it is possible to generate
valid signatures for arbitrary download URLs. By uploading an HTML file
and modifying the download URL...

[RT-SA-2023-003] Pydio Cells: Unauthorised Role Assignments RedTeam Pentesting GmbH (May 30)
Advisory: Pydio Cells: Unauthorised Role Assignments

Pydio Cells allows users by default to create so-called external users
in order to share files with them. By modifying the HTTP request sent
when creating such an external user, it is possible to assign the new
user arbitrary roles. By assigning all roles to a newly created user, access to
all cells and non-personal workspaces is granted.

Details
=======

Product: Pydio Cells
Affected...

Printerlogic multiple vulnerabilities Eldar Marcussen (May 29)
PrinterLogic SaaS, multiple vulnerabilities
===========================================================
PrinterLogic's Enterprise Print Management software allows IT
professionals to simplify printer driver management and empower end
users.
-- https://www.printerlogic.com/

Background
----------------------------------
The following findings were identified by performing both dynamic
testing of the PrinterLogic SaaS platform and code...

SEC Consult SA-20230517-0 :: Stored XSS vulnerability in rename functionality in Wekan (Open-Source kanban) SEC Consult Vulnerability Lab, Research via Fulldisclosure (May 29)
SEC Consult Vulnerability Lab Security Advisory < 20230517-0 >
=======================================================================
title: Stored XSS vulnerability in rename functionality
product: Wekan (Open-Source kanban)
vulnerable version: <=6.74
fixed version: 6.75 or higher
CVE number: CVE-2023-28485
impact: Medium
homepage: https://wekan.github.io...

SEC Consult SA-20230516-0 :: Multiple Vulnerabilities in Serenity and StartSharp Software SEC Consult Vulnerability Lab, Research via Fulldisclosure (May 29)
SEC Consult Vulnerability Lab Security Advisory < 20230516-0 >
=======================================================================
title: Multiple Vulnerabilities
product: Serenity and StartSharp Software
vulnerable version: < 6.7.1
fixed version: 6.7.1 or higher
CVE number: CVE-2023-31285, CVE-2023-31286, CVE-2023-31287
impact: high
homepage:...

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.

Re: Fussing about with fuzzers Adrian Sanabria via Dailydave (May 22)
IMO, we're in the toddler phase of LLMs right now. You know how toddlers
put everything in their mouth? Since we're still figuring out what LLMs are
good at, we're going to keep throwing weird stuff at them to see what
happens.

Fussing about with fuzzers Dave Aitel via Dailydave (May 22)
So last week at offensivecon I watched a talk on Fuzzilli (
https://github.com/googleprojectzero/fuzzilli) which, I have to admit I had
no idea what it was. Obviously I knew it was a Googlely Javascript fuzzer,
finding bugs. But I did not realize that it was applying mutations to its
own intermediate language which it then compiled to Javascript. I just
assumed it was, like most fuzzers, mutating the javascript directly (f.e....

Re: Knowledge Graph + AI = ? Isaac Dawson via Dailydave (May 09)
Did you happen across the research that Lauren Orr did with using knowledge
graphs with ML for their Bootleg system? (ref: https://youtu.be/IPTjuxxPaZs)
I got halfway through the course before I got distracted, but her research
seemed rather fruitful.

For your P.S. Note: Another interesting paper I came across had researchers
transform code into an AST and used a Graph Neural Network (GNN) to
identify if a function contained a vulnerability or...

Knowledge Graph + AI = ? Dave Aitel via Dailydave (May 08)
*Logical Operations on Knowledge Graphs:*

So if you've spent enough time looking at graph databases, you will
invariably run into people who are obsessed with "ontologies". The basic
theory being that if you've already organized your data in some sort of
directed graph, maybe you can then apply a logical ruleset to those
relationships and infer knowledge about things you didn't already know,
which could be useful? There...

Performance thoughts Dave Aitel via Dailydave (Apr 28)
So my first thought is that performance measurement tools seem exactly
aimed at a lot of security problems but performance people are extremely
reluctant <https://aus.social/@brendangregg/110276319669838295> to admit
that because of the drama involved in the security market. Which is very
smart of them! :)

Secondly, I wanted to re-link to Halvar's QCon keynote
<...

Yawps from the rooftops Dave Aitel via Dailydave (Mar 31)
[image: image.png]https://twitter.com/thezdi/status/1638617627626176513

[image: image.png]
Yawps

So one thing I have as a "lessons learned" from the past 20 years is that
security is not a proactive sport. In fact, we are all experts at running
to where the ball _was_as opposed to where it is _going_.

Like, if you listen to Risky Biz this week, Patrick asks Metlstorm whether
it's time to go out and replace all the old enterprise...

LSU is hiring CS Professors with RE and binary exploitation experience Andrew Case via Dailydave (Mar 31)
The Computer Science department at Louisiana State University (LSU) is
currently hiring for many faculty positions related to applied cyber
security. Courses taught inside this department include reverse
engineering, malware analysis, binary exploitation, memory forensics
and other intensive courses related to incident response and offensive
security.

Ideal candidates will have significant experience with deeply
technical areas of cybersecurity....

t2'23: Call For Papers 2023 (Helsinki, Finland) Tomi Tuominen via Dailydave (Mar 06)
Call For Papers 2023

Tired of your bosses suspecting conference trips to exotic locations being just a ploy to partake in Security Vacation
Club? Prove them wrong by coming to Helsinki, Finland on May 4-5 2023! Guaranteed lack of sunburn, good potential for
rain or slush. In case of great spring weather, though, no money back.

CFP and registration both open. Read further if still unsure.

Maui, Miami, Las Vegas, Tel Aviv or Wellington feel so...

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

[vs] CVE-2023-32324 heap buffer overflow in cupsd Zdenek Dohnal (Jun 01)
Hi all,

there is currently embargoed CVE-2023-32324 in cups project:

Summary

A heap buffer overflow vulnerability would allow a remote attacker to
lauch a dos attack.

Details

A buffer overflow vulnerability in the function |format_log_line| could
allow remote attackers to cause a denial-of-service(DoS) on the affected
system (not verified for possible arbitrary code execution).

The vulnerability affects the commit #c0c4037...

WebKitGTK and WPE WebKit Security Advisory WSA-2023-0004 Carlos Alberto Lopez Perez (May 30)
------------------------------------------------------------------------
WebKitGTK and WPE WebKit Security Advisory WSA-2023-0004
------------------------------------------------------------------------

Date reported : May 30, 2023
Advisory ID : WSA-2023-0004
WebKitGTK Advisory URL : https://webkitgtk.org/security/WSA-2023-0004.html
WPE WebKit Advisory URL : https://wpewebkit.org/security/WSA-2023-0004.html...

OpenSSL Security Advisory Tomas Mraz (May 30)
OpenSSL Security Advisory [30th May 2023]
=========================================

Possible DoS translating ASN.1 object identifiers (CVE-2023-2650)
=================================================================

Severity: Moderate

Issue summary: Processing some specially crafted ASN.1 object identifiers or
data containing them may be very slow.

Impact summary: Applications that use OBJ_obj2txt() directly, or use any of
the OpenSSL...

Update CVE-2021-3610: ImageMagick Bastien Roucariès (May 29)
Hi,

I want to update status of CVE-2021-3610:

Contrary to common belief over the linux distribution this CVE affects imagemagick 6. It was introduced by commit
b874d50070557eb98bdc6a3095ef4769af583dd2 for 6.9.10.88

Partial fixes:
Imagemagick6 <= 6.9.10-92 https://github.com/ImageMagick/ImageMagick6/commit/2d96228eec9fbea62ddb6c1450fa8d43e2c6b68a
Imagemagick6 <= 6.9.11-10...

Re: Stack overflow in imagemagick coders/tiff.c Bastien Roucariès (May 29)
Le lundi 29 mai 2023, 08:11:18 UTC Bastien Roucariès a écrit :
Hi following this bug I will also ask a few other CVE for imagemagick tiff coder (BTW cc me I am not subscribed)

CVE#0

CVE #1

commit 7dbefda1c14e32d7bc4d3762a3a54f3ddaa85dd1
Author: Dirk Lemstra <dirk () lemstra org>
Date: Sat Feb 19 07:46:46 2022 +0100

Raise exception when image could not be read but no exception was raised.

Bail out in case of corrupted...

CVE-2023-30601: Apache Cassandra: Privilege escalation when enabling FQL/Audit logs Marcus Eriksson (May 29)
Severity: important

Affected versions:

- Apache Cassandra 4.0.0 through 4.0.9
- Apache Cassandra 4.1.0 through 4.1.1

Description:

Privilege escalation when enabling FQL/Audit logs allows user with JMX access to run arbitrary commands as the user
running Apache Cassandra
This issue affects Apache Cassandra: from 4.0.0 through 4.0.9, from 4.1.0 through 4.1.1.

WORKAROUND
The vulnerability requires nodetool/JMX access to be exploitable, disable...

Stack overflow in imagemagick coders/tiff.c Bastien Roucariès (May 29)
Hi,

Reading changelog and code of imagemagick, I want to report a stack overflow with crafted tiff file in imagemagick

Fixed (after 6.9.12-26) by:
https://github.com/ImageMagick/ImageMagick6/commit/85a370c79afeb45a97842b0959366af5236e9023

Original reporter was Muhammad Aldo Firmansyah

Thanks

Bastien (rouca)

CVE-2023-33234: Apache Airflow CNCF Kubernetes Provider: KubernetesPodOperator RCE via connection configuration Elad Kalif (May 26)
Severity: low

Affected versions:

- Apache Airflow CNCF Kubernetes Provider 5.0.0 through 6.1.0

Description:

Arbitrary code execution in Apache Airflow CNCF Kubernetes provider version 5.0.0 allows user to change xcom sidecar
image and resources via Airflow connection.

In order to exploit this weakness, a user would already need elevated permissions (Op or Admin) to change the
connection object in this manner.  Operators should upgrade to...

[kubernetes] CVE-2023-2878: secrets-store-csi-driver discloses service account tokens in logs Monis Khan (May 25)
Hello Kubernetes Community,

A security issue was discovered in secrets-store-csi-driver where an actor
with access to the driver logs could observe service account tokens. These
tokens could then potentially be exchanged with external cloud providers to
access secrets stored in cloud vault solutions. Tokens are only logged
when TokenRequests is configured in the CSIDriver object
<https://kubernetes-csi.github.io/docs/token-requests.html>...

CVE-2022-46907: Apache JSPWiki Cross-site scripting on several plugins Juan Pablo Santos Rodríguez (May 25)
Severity: moderate

Description:
A carefully crafted request on several JSPWiki plugins could trigger
an XSS vulnerability on Apache JSPWiki, which could allow the attacker
to execute javascript in the victim's browser and get some sensitive
information about the victim.

Mitigation:
Apache JSPWiki users should upgrade to 2.12.0 or later.

Credit:
This issue was discovered by Eugene Lim and Sng Jay Kai from
Government Technology Agency of...

Attestation, reproducible builds, and bootstrapping Ludovic Courtès (May 24)
Hi,

Brian Behlendorf <brian () behlendorf com> skribis:

This is not true: reproducible builds are a reality for a number of
distros already and also upstream (for GNU Guix, we measure 85%
reproducibility on 22K packages; Debian might be even higher).

Bootstrapping has also gone a long way: Guix’s package graph is now
rooted in a 357-byte “binary”¹; everything else (with the exception of a
couple of bootstrap compilers such as GHC,...

Re: Clarification on embargoed testing in a partner cloud Brian Behlendorf (May 24)
We've known since "On Trusting Trust" that every variable consumed during
the SDLC is a vector for compromise, even in very subtle and difficult
(impossible? halting problem?) ways to defeat. Inevitably we need to rely
on self-attestation, paired with certification processes when called for
(e.g. FedRamp). There is emerging regulatory action, at least in the US
(see the new White House Cybersecurity Policy) and the EU's...

Re: Clarification on embargoed testing in a partner cloud Jeremy Stanley (May 24)
[...]

I'm similarly happy to connect interested parties to contacts at the
hundreds of public cloud service providers who run OpenStack, if
there are questions along those lines.

[...]

Agreed.

With my upstream developer and vulnerability coordinator hat on, I
don't mind if downstream stakeholders who are given advance notice
of our upcoming advisories test the included patches on resources in
"public clouds" (whatever that...

Re: Clarification on embargoed testing in a partner cloud Anthony Liguori (May 24)
I'm sending from my personal account for convenience but in case anyone
doesn't know, I work at AWS and am on the private list for Amazon Linux.

I don't think this is the right policy. First, I don't think that terms
like 'cloud' or even 'colo' are at all well defined. I can setup a website
and rent the Raspberry Pi rack next to my desk as a 'Cloud' but that's
wildly different from...

Fwd: Forthcoming OpenSSL Releases Solar Designer (May 24)
----- Forwarded message from Matt Caswell <matt () openssl org> -----

Date: Wed, 24 May 2023 10:49:13 +0100
Subject: Re: Forthcoming OpenSSL Releases
To: openssl-users () openssl org,
"openssl-project () openssl org" <openssl-project () openssl org>,
openssl-announce () openssl org
From: Matt Caswell <matt () openssl org>

To clarify, OpenSSL version 3.1.1 will also be released on Tuesday 30th
May 2023, and is also...

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: New addresses for b.root-servers.net Robert Story (Jun 04)
Hi Terrence,

DNS Root Server addresses from ARIN are assigned from the critical
infrastructure pool, and ARIN policy does not allow them to be
transferred to another RIR. The relevant policy section is:

8.4. Inter-RIR Transfers to Specified Recipients

[...]

Conditions on source of the transfer:

[...]
Address resources from a reserved pool (including those designated
in Section 4.4 and 4.10) are not eligible for transfer....

Re: New addresses for b.root-servers.net Izaac (Jun 04)
It's not a security update. It's a configuration change.

It's also not a vulnerability. A vulnerability, as defined by MITRE for
CVE is:

"A weakness in the computational logic (e.g., code) found in software
and hardware components that, when exploited, results in a negative
impact to confidentiality, integrity, or availability. Mitigation of the
vulnerabilities in this context typically involves coding changes, but
could...

Re: New addresses for b.root-servers.net William Herrin (Jun 03)
https://downloads.isc.org/isc/bind9/9.18.15/bind-9.18.15.tar.xz

grep -ri b.root-servers.net bind-9.18.15/
bind-9.18.15/lib/dns/rootns.c: ". 518400 IN
NS B.ROOT-SERVERS.NET.\n"
bind-9.18.15/lib/dns/rootns.c: "B.ROOT-SERVERS.NET. 3600000 IN
A 199.9.14.201\n"
bind-9.18.15/lib/dns/rootns.c: "B.ROOT-SERVERS.NET. 3600000 IN
AAAA 2001:500:200::b\n"...

Re: New addresses for b.root-servers.net Matt Corallo (Jun 03)
Mmm, good point, it is indeed.

Not really sure how you go about filing a CVE for a file that isn't usually a part of a standard
software project - I guess that would require some nontrivial amount of work to figure out which
distro(s) are still shipping an old copy of the hints file and nag them to upgrade (not sure a CVE
would move the needle).

Sadly your usual method of getting CVE notifications for software you run probably...

Re: Are we back to the 2000's again? Terrence de Kat (Jun 03)
Yes. Much like cars.

-- 
Regards,
   Terrence de Kat, PhD/MTh/BPsy
     Darkness Reigns (Holding) B.V.

Please quote relevant replies.

From: Mel Beckman <mel () beckman org>
Sent: Sunday, 4 June 2023 02:41
To: Terrence de Kat
Cc: nanog () nanog org
Subject: Re: Are we back to the 2000's again?

Re: Are we back to the 2000's again? Mel Beckman (Jun 03)
Sure you would. Water companies have reservoirs, and often people put boats in the water, move them from dock to dock,
take them out of the water, and occasionally they get stolen. It’s not the water companies fault.

-mel via cell



You wouldn't download a boat ;)

Re: Are we back to the 2000's again? Michael Thomas (Jun 03)
Oh yeah. This oh-so-two decades ago. I can't believe this sort of thing
is still going on. What a pointless waste of money.

Mike

Re: Are we back to the 2000's again? William Herrin (Jun 03)
IIRC, they went after folks sharing the files via bit torrent rather
than folks who only downloaded them.

Re: New addresses for b.root-servers.net William Herrin (Jun 03)
Hi Matt,

It *is* a security update. That's a really great point that I
completely missed. After some period of time, the folks running
b.root-servers.net should file a CVE against implementations still
using the deprecated IP address. The CVE makes it a security issue
compelling vendors of any still-supported software to issue an update.

Regards,
Bill Herrin

Re: Are we back to the 2000's again? Michael Thomas (Jun 03)
How can the RIAA even know? I mean, are they putting up honey pots or
something?

Mike

Re: Are we back to the 2000's again? William Herrin (Jun 03)
It's been a while and the article is light on the facts of the case,
but IIRC what happened was: RIAA made some DMCA complaints to Cox. Cox
decided that since they were the network rather than the host, they
couldn't "remove" the offending material, wouldn't cut the user's
access and, because they have such respect for customer privacy,
wouldn't tell the RIAA who the customers were unless RIAA subpoenaed
them...

Re: Are we back to the 2000's again? Terrence de Kat (Jun 03)
You wouldn't download a boat ;)

-- 
Regards,
   Terrence de Kat, PhD/MTh/BPsy
     Darkness Reigns (Holding) B.V.

Please quote relevant replies.

From: Mel Beckman <mel () beckman org>
Sent: Sunday, 4 June 2023 00:06
To: William Herrin
Cc: nanog () nanog org
Subject: Re: Are we back to the 2000's again?

Re: Are we back to the 2000's again? Mel Beckman (Jun 03)
William,

But still, boats :)

-mel

Re: Are we back to the 2000's again? William Herrin (Jun 03)
That it's old news from 2019? Cox and RIAA are in the appeals process
from the 2019 verdict.

Re: Are we back to the 2000's again? Mel Beckman (Jun 03)
It’s like blaming water companies for people stealing boats :)

-mel beckman

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.

Risks Digest 33.71 RISKS List Owner (May 16)
RISKS-LIST: Risks-Forum Digest Tuesday 16 May 2023 Volume 33 : Issue 71

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> as
<http://catless.ncl.ac.uk/Risks/33.71>
The current issue can also be found at
<...

Risks Digest 33.70 RISKS List Owner (May 13)
RISKS-LIST: Risks-Forum Digest Saturday 13 May 2023 Volume 33 : Issue 70

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> as
<http://catless.ncl.ac.uk/Risks/33.70>
The current issue can also be found at
<...

Risks Digest 33.69 RISKS List Owner (Apr 28)
RISKS-LIST: Risks-Forum Digest Friday 28 April 2023 Volume 33 : Issue 69

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> as
<http://catless.ncl.ac.uk/Risks/33.69>
The current issue can also be found at
<...

Risks Digest 33.67 RISKS List Owner (Apr 06)
RISKS-LIST: Risks-Forum Digest Saturday 1* April 2023 Volume 33 : Issue 67

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> as
<http://catless.ncl.ac.uk/Risks/33.67>
The current issue can also be found at
<...

Risks Digest 33.66 RISKS List Owner (Mar 16)
RISKS-LIST: Risks-Forum Digest Thursday 16 March 2023 Volume 33 : Issue 66

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> as
<http://catless.ncl.ac.uk/Risks/33.66>
The current issue can also be found at
<...

Risks Digest 33.65 RISKS List Owner (Mar 11)
RISKS-LIST: Risks-Forum Digest Saturday 11 March 2023 Volume 33 : Issue 65

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> as
<http://catless.ncl.ac.uk/Risks/33.65>
The current issue can also be found at
<...

Risks Digest 33.64 RISKS List Owner (Mar 07)
RISKS-LIST: Risks-Forum Digest Tuesday 14 March 2023 Volume 33 : Issue 64

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> as
<http://catless.ncl.ac.uk/Risks/33.64>
The current issue can also be found at
<...

Risks Digest 33.63 RISKS List Owner (Feb 25)
RISKS-LIST: Risks-Forum Digest Saturday 25 February 2023 Volume 33 : Issue 63

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> as
<http://catless.ncl.ac.uk/Risks/33.63>
The current issue can also be found at
<...

Risks Digest 33.62 RISKS List Owner (Feb 19)
RISKS-LIST: Risks-Forum Digest Sunday 19 February 2023 Volume 33 : Issue 62

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> as
<http://catless.ncl.ac.uk/Risks/33.62>
The current issue can also be found at
<...

Risks Digest 33.60 RISKS List Owner (Jan 16)
RISKS-LIST: Risks-Forum Digest Monday 15 January 2023 Volume 33 : Issue 60

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> as
<http://catless.ncl.ac.uk/Risks/33.60>
The current issue can also be found at
<...

Risks Digest 33.59 RISKS List Owner (Jan 02)
RISKS-LIST: Risks-Forum Digest Monday 2 January 2023 Volume 33 : Issue 59

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> as
<http://catless.ncl.ac.uk/Risks/33.59>
The current issue can also be found 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.

Snort Subscriber Rules Update 2023-06-02 Research (Jun 02)
Talos Snort Subscriber Rules Update

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

Details:
Talos is releasing Snort2 SIDs 61876-61879, Snort3 SIDs 300582-300583
to protect against webshell activities targeting the MoveIT Transfer
vulnerability currently being exploited in the wild.

Talos has added and modified multiple rules in the malware-backdoor
rule sets to provide coverage for emerging threats from these...

Re: NEED HELP FOR WORK Ghislain Hounmenou via Snort-devel (Jun 02)
Thanks for the feedback!
Thank you very much for your feedback. It is exactly for my master's thesis
that I am doing the work and I have to finish in the next two weeks. I want
you to send me your brief first, and I will read. How are we going to do
the work? Can I already share with you the code of my model that you will
see? And also to see with me how I will do the integration. Thank you.

Le jeu. 1 juin 2023 à 14:33, Hazen...

Re: NEED HELP FOR WORK Hazen Valliant-Saunders via Snort-devel (Jun 01)
Good Morning Ghislain;

I wrote my Masters on this subject; and consult in this field.

AI / ML is very broad ( since you have a model we'd need to figure out how
to code up the classifier and then run Dev and integration testing on it)
we would have to use the Plugin API / develop a plugin for Snort.

We'd have to work on integrating it as a Plugin for Snort (which is where
we'd need to develop said model / plugin )

I will be...

NEED HELP FOR WORK Ghislain Hounmenou via Snort-devel (Jun 01)
Hello everyone, I hope you're doing well. Currently, I'm working on
developing a machine learning plugin for Snort. My idea is to enhance
Snort's capabilities by adding behavior-based (anomaly) detection in
addition to signature-based detection. For this purpose, I trained a
machine learning model using PCA for dimensionality reduction and SVM as
the classifier, using the CICIDS2017 dataset. Now, I would like to know how
I can...

Snort Subscriber Rules Update 2023-06-01 Research (Jun 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 file-identify,
file-pdf, indicator-obfuscation, indicator-shellcode 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 2023-05-30 Research via Snort-sigs (May 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 browser-chrome,
malware-cnc, 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

Re: please remove ip server mail, spam mail Joel Esler via Snort-sigs (May 26)
Remove it from what?


Sent from my iPhone

please remove ip server mail, spam mail Bình Nguyễn via Snort-sigs (May 25)
We are using Antispam Baracuda to handle all spam emails into our system. I
think it works very well. please remove this IP again (103.221.224.162).
thanks

Snort Subscriber Rules Update 2023-05-25 Research (May 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 and file-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 2023-05-23 Research (May 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 os-linux,
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 2023-05-18 Research (May 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 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 2023-05-17 Research (May 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 deleted, file-office
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 2023-05-16 Research (May 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 deleted, file-office
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: Snort-sigs Digest, Vol 72, Issue 4 Kristi Kline via Snort-sigs (May 13)
I will try again but twice got an error code.

Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: joel () joelesler net <joel () joelesler net>
Sent: Friday, May 12, 2023 9:44:02 AM
To: Kristi Kline <klinekristi () hotmail com>
Cc: snort-sigs () lists snort org <snort-sigs () lists snort org>
Subject: Re: [Snort-sigs] Snort-sigs Digest, Vol 72, Issue 4

Please follow the link:

<...

Snort Subscriber Rules Update 2023-05-12 Research (May 12)
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 malware-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.