!ZRgXNaHrdpGqwUnGnj:nixos.org

NixOS Security Triage

699 Members
Coordination and triage of security issues in nixpkgs216 Servers

Load older messages


SenderMessageTime
6 Apr 2024
@mop4987:matrix.org@mop4987:matrix.org left the room.21:03:22
@tpw_rules:matrix.org@tpw_rules:matrix.org left the room.21:21:12
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.orghello -- i deleted my github account today due to being angry at some dumpster fire of a PR i got involved with. anyway, some of my other work is now being questioned about me being part of the xz conspiracy https://github.com/NixOS/nixpkgs/pull/301252 i recognize the suspicion but that was just due to the work of cleaning up segfaults and libc++abi / libc++ stuff from LLVM. 22:55:54
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.organd cleaning up old LLVMs.22:56:56
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.orgi wish i could get that time back...22:57:42
@r_i_s:matrix.orgris_oh dear 😆23:12:39
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.orgi knew getting involved in the PR was a mistake last week but i did it anyway.23:13:47
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.org * i knew getting involved in the PR was a mistake last week but i did it anyway. (https://github.com/NixOS/nixpkgs/pull/294347)23:15:22
@r_i_s:matrix.orgris_ the RFC process to get meta.sourceProvenance took me a year, and then when I tried to implement it, someone popped up and tried to make me redesign it 23:16:39
@r_i_s:matrix.orgris_so i sympathize, it's stressful23:19:09
@hexa:lossy.networkhexaHey, I'm sorry that it had to come to this. If you had encountered problems earlier I would hope moderation could've helped23:20:02
@raitobezarius:matrix.orgraitobezariusI'm sorry for that, thank you for all your contributions.23:31:54
@janik0:matrix.org@janik0:matrix.org
In reply to @a-n-n-a-l-e-e:matrix.org
hello -- i deleted my github account today due to being angry at some dumpster fire of a PR i got involved with. anyway, some of my other work is now being questioned about me being part of the xz conspiracy https://github.com/NixOS/nixpkgs/pull/301252 i recognize the suspicion but that was just due to the work of cleaning up segfaults and libc++abi / libc++ stuff from LLVM.
sad to see you go, takae your time and enjoy life.
23:38:29
7 Apr 2024
@niko:conduit.rsnyanbinary
In reply to @a-n-n-a-l-e-e:matrix.org
i knew getting involved in the PR was a mistake last week but i did it anyway. (https://github.com/NixOS/nixpkgs/pull/294347)
Oh what exactly was the tipping point? :<
02:24:23
@binarycat:snug.moeネコoh, i was wondering what happened...02:35:33
@fl1tzi:matrix.fl1tzi.com@fl1tzi:matrix.fl1tzi.com left the room.12:29:14
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.orgthanks. though the member who was making backhanded comments about my incompetence and lack of professionalism is a member of the moderation team, to my understanding. 14:59:05
@hexa:lossy.networkhexacan you point out details in a DM?15:00:13
8 Apr 2024
@levigross:matrix.orgLevi changed their display name from levigross to Levi.03:38:37
@mtheil:scs.ems.host@mtheil:scs.ems.host

botan2 and botan3 had bug fix releases roughly a month ago. I made a combined PR some weeks ago, but was not able to debug the failing build of monotone with botan2 on MacOS myself. So I split this PR into a another one for botan2.

  • botan3: https://github.com/NixOS/nixpkgs/pull/298669
  • botan2: https://github.com/NixOS/nixpkgs/pull/302530

Is someone willing to step in for debugging the failing botan2 build on MacOS or can provide me some debugging hints for debugging from a Linux-based system with ofborg in the CI?

09:51:18
@mtheil:scs.ems.host@mtheil:scs.ems.host *

botan2 and botan3 had bug fix releases roughly a month ago. I made a combined PR some weeks ago, but was not able to debug the failing build of monotone with botan2 on MacOS myself. So I split this PR into another one for botan2.

  • botan3: https://github.com/NixOS/nixpkgs/pull/298669
  • botan2: https://github.com/NixOS/nixpkgs/pull/302530

Is someone willing to step in for debugging the failing botan2 build on MacOS or can provide me some debugging hints for debugging from a Linux-based system with ofborg in the CI?

09:51:40
@mtheil:scs.ems.host@mtheil:scs.ems.host

OpenSSL Security Advisory [8th April 2024]
==========================================

Unbounded memory growth with session handling in TLSv1.3 (CVE-2024-2511)
========================================================================

Severity: Low

Issue summary: Some non-default TLS server configurations can cause unbounded
memory growth when processing TLSv1.3 sessions

Impact summary: An attacker may exploit certain server configurations to trigger
unbounded memory growth that would lead to a Denial of Service

This problem can occur in TLSv1.3 if the non-default SSL_OP_NO_TICKET option is
being used (but not if early_data support is also configured and the default
anti-replay protection is in use). In this case, under certain conditions, the
session cache can get into an incorrect state and it will fail to flush properly
as it fills. The session cache will continue to grow in an unbounded manner. A
malicious client could deliberately create the scenario for this failure to
force a Denial of Service. It may also happen by accident in normal operation.

This issue only affects TLS servers supporting TLSv1.3. It does not affect TLS
clients.

The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue. OpenSSL
1.0.2 is also not affected by this issue.

OpenSSL 3.2, 3.1, 3.0, 1.1.1 are vulnerable to this issue.

OpenSSL 3.2 users should upgrade to OpenSSL 3.2.2 once it is released.

OpenSSL 3.1 users should upgrade to OpenSSL 3.1.6 once it is released.

OpenSSL 3.0 users should upgrade to OpenSSL 3.0.14 once it is released.

OpenSSL 1.1.1 users should upgrade to OpenSSL 1.1.1y once it is released
(premium support customers only).

Due to the low severity of this issue we are not issuing new releases of
OpenSSL at this time. The fix will be included in the next releases when they
become available. The fix is also available in commit e9d7083e (for 3.2),
commit 7e4d731b (for 3.1) and commit b52867a9 (for 3.0) in the OpenSSL git
repository. It is available to premium support customers in commit
5f8d2577 (for 1.1.1).

This issue was reported on 27th February 2024 by Manish Patidar (Hewlett Packard
Enterprise). The fix was developed by Matt Caswell.

15:17:20
@mtheil:scs.ems.host@mtheil:scs.ems.hostCherrypick or wait? I'd wait.15:18:07
@mtheil:scs.ems.host@mtheil:scs.ems.host * Cherrypick/patch or wait? I'd wait.15:18:28
@mtheil:scs.ems.host@mtheil:scs.ems.hostAnother reminder to drop support for 1.1.1, when possible :)15:19:00
@tgerbet:matrix.orgtgerbet

Envoy 1.27.4 (CVE-2024-30255) https://github.com/envoyproxy/envoy/releases/tag/v1.27.4

cc lukegb (he/him) (build is already kind of broken and only work thanks to caching of the deps :/ )

18:21:01
@a-n-n-a-l-e-e:matrix.org@a-n-n-a-l-e-e:matrix.org left the room.23:11:17
9 Apr 2024
@aleksana:mozilla.orgFind me at aleksana:qaq.li

The security researchers at exploit.org claimed they've found an RCE in Telegram Desktop's latest version (seems 4.16.1 at least), and updated a demonstration video targeting Windows build. Someone in the comment claimed they could not trigger the PoC in 4.16.4.

Original message:


Link: https://t.me/exploitorg/30
06:00:20
@aleksana:mozilla.orgFind me at aleksana:qaq.li *

The security researchers at exploit.org claimed they've found an RCE in Telegram Desktop's latest version (seems 4.16.1 at least), and updated a demonstration video targeting Windows build. Someone in the comment claimed they could not trigger the PoC in 4.16.4.

Original message:

SECURITY ALERT ⚠️

Possible RCE was detected in Telegram's media processing in Telegram Desktop application.
This issue expose users to malicious attacks through specially crafted media files, such as images or videos.

For security reasons disable auto-download feature. Please follow these steps:
1. Go to Settings.
2. Tap on "Advanced".
3. Under the "Automatic Media Download" section, disable auto-download for "Photos", "Videos", and "Files" across all chat types (Private chats, groups, and channels).

We are currently investigating this vulnerability.

Link: https://t.me/exploitorg/30

06:00:32
@aleksana:mozilla.orgFind me at aleksana:qaq.li *

The security researchers at exploit.org claimed they've found an RCE in Telegram Desktop's latest version (seems 4.16.1 at least), and updated a demonstration video targeting Windows build. Someone in the comment claimed they could not trigger the PoC in 4.16.4.

Currently 23.11 and unstable branch has 4.16.1, and master was updated to 4.16.4 yesterday.

Original message:

SECURITY ALERT ⚠️

Possible RCE was detected in Telegram's media processing in Telegram Desktop application.
This issue expose users to malicious attacks through specially crafted media files, such as images or videos.

For security reasons disable auto-download feature. Please follow these steps:
1. Go to Settings.
2. Tap on "Advanced".
3. Under the "Automatic Media Download" section, disable auto-download for "Photos", "Videos", and "Files" across all chat types (Private chats, groups, and channels).

We are currently investigating this vulnerability.

Link: https://t.me/exploitorg/30

06:01:09

Show newer messages


Back to Room ListRoom Version: 6