this post was submitted on 30 Dec 2024
49 points (93.0% liked)

Cybersecurity

6985 readers
98 users here now

c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.

THE RULES

Instance Rules

Community Rules

If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.

Learn about hacking

Hack the Box

Try Hack Me

Pico Capture the flag

Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !securitynews@infosec.pub !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub

Notable mention to !cybersecuritymemes@lemmy.world

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] wizardbeard@lemmy.dbzer0.com 7 points 3 months ago (1 children)

Based off a small technicality with one of the comments in the code. The "function" referenced is actually a macro.

[โ€“] HackerJoe 4 points 3 months ago

It's nonsense:

https://xcancel.com/Seifreed/status/1874245336291488179

The LZMA implementation already validates bounds elsewhere (bufLimit). If p->buf exceeds its limit, the program aborts the decompression safely.
๐Ÿšซ The claim of unchecked memory access is baseless.