Rendered at 19:40:21 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
collinfunk 15 hours ago [-]
As the person who wrote the fix for this issue (and not the original code), I will just mention that I find this paragraph makes the author sound incredibly entitled:
Shamefully, the inetutils project hasn’t actually released a fixed version of their software (at least at the time of publishing).
The bug was reported on a public mailing list, which is sadly common nowadays [1]. After my workday, during which I was not able to review the report, I wrote a script to confirm the bug was real, since I was seeing way too many slop reports at the time. Then I sent a patch before going to bed [2]. A third party then graciously shared the patch on oss-security [3], which all distributions follow. There is no need to make a new release, which is harder for the distributions than simply applying a small patch.
Perhaps I am just unlucky in my interactions, but I feel like this entitlement is too common among software security people. Note that I see zero return in spending time working on Inetutils, and I find other projects I work on more interesting.
The bug was reported on a public mailing list, which is sadly common nowadays
In defence of the reporter, your Readme only says "Send bug reports to bug-inetutils@gnu.org.", there is no distinction for vulnerabilities. [1]
There is a 3 months old pull request to advertise a private reporting email address but it's unmerged, maybe you could use this renewed interest as a nudge to set it up and merge: https://codeberg.org/inetutils/inetutils/pulls/26
One other thing the reporter could have done to make your life easier is to write a repro script rather than just explain the steps in prose.
The not-so-silent minority hanging out on HN know that the true heroes are those who take the time and put in the effort, and then put even more effort to reply and post about it here.
Thanks to all of our heroes, op included.
TacticalCoder 11 hours ago [-]
> The not-so-silent minority hanging out on HN know that the true heroes are those who take the time and put in the effort, and then put even more effort to reply and post about it here.
We know that the entirety of the AI movement is built on top of open-source projects like Linux and all the terminal and command line utilities. And runs inside projects doing god's work (say to contain the agents) like QEMU etc.
AI lives inside the work of our open-source heroes and would be absolutely nowhere without the work of all those people.
> Thanks to all of our heroes, op included.
Definitely, thanks GP and thanks to all our heroes.
11 hours ago [-]
cisrockandroll 5 hours ago [-]
The entire infrastructure of the world relies on free open source software written 30 years ago.
And then all governments and corporations demand immediate support as if they have paid Tier 3 SLA with the unpaid maintainers lol.
trollbridge 7 hours ago [-]
Thank you for maintaining Telnet! I still keep it around mostly for retro computing purposes to interact with very old operating systems or with machines that aren’t capable of encrypting in any reasonable amount of time.
PunchyHamster 6 hours ago [-]
Security culture in general seems to be very entitled and toxic, the absolute disconnect from reality some of them get needs to be studied
saidnooneever 12 hours ago [-]
you are right they are entitled brats. usually they cant write good code themselves and they purposefully look for very old or low traffic code to find things that are 'old' etc. to make stupid uninteresting AI generated blog posts.
i have not seen a decent writeup in one of these clickbait things these ppl push out.
just ignore these types of ppl. its fine to fix the bugs ofc but what i mean is, ignore their attitudes. its a kids' attitude to life they keep
taftster 15 hours ago [-]
It's an unfortunate statement. And it does feel like it discredits you and the heroic efforts of those like you.
But this is probably forgiven as just sensationalism in writing, which is all too common. Not to excuse the author, but these types of writeups tend to drift into name calling and finger pointing a little too soon.
"Shamefully" is definitely the wrong word here, for sure.
JoshTriplett 13 hours ago [-]
> But this is probably forgiven as just sensationalism in writing
Why should we forgive sensationalism in writing at all?
e12e 5 hours ago [-]
Wow, how did this not get discovered and fixed at the time of:
Which seems pretty much identical with the 2007 cve.
b800h 13 hours ago [-]
> "1994"
> "RISC was a distant dream"
Ahem
dspillett 12 hours ago [-]
Maybe I'm in a generous mood, but I would credit the writer with making a joke about the content of the film they had just mentioned and subsequently show a screen cap of work the subtitles for a line about RISC being a significant future technology, rather than being that historically inaccurate in their own tech memory.
b800h 10 hours ago [-]
Oh yes, "RISC is going to change everything". I remember that line.
Clunky from the author, I think.
richrichardsson 8 hours ago [-]
Was just coming to comment on that too.
"Tell that to the ARM based Acorn Archimedes I was using at 6th Form College in 1991."
icedchai 6 hours ago [-]
Or all the Sun Sparc servers that were incredibly common at that time. Coincidentally, they almost all ran telnet!
Rooster61 4 hours ago [-]
The server asks the bug "Why the long face?".
The bug, being a bug, proceeds to overflow the buffer
krautsauer 14 hours ago [-]
Needs a (March 19)
(I know HN only does this for years, but this being about vulnerabilities…)
notimetorelax 15 hours ago [-]
I really dislike articles that blow out of proportion the technical details. TLDR; bounds checking was missing leading to potential memory corruption.
ErroneousBosh 11 hours ago [-]
> TLDR; bounds checking was missing leading to potential memory corruption.
... if you hold it just right, and let the light of the full moon shine through it on a particular day, while you send a carefully-crafted packet through the right brand of NIC over cables forged by long-forgotten smiths.
sjpb 14 hours ago [-]
If you're going to rip off xkcd pictures, I feel it'd be polite at least credit and/or link the original.
4 hours ago [-]
velcrovan 7 hours ago [-]
xkcd pics are provided under a Creative Commons Attribution/Non-commercial license, so attribution is required but using them is ok.
ninju 4 hours ago [-]
Yeah but its also quite trivial to give them credit
Something tells me the NSA is none too pleased about the advent of LLMs.
Or is there a tradeoff?
Fewer ancient holes like this for their hackers but wide open access to anyone who installs codex or claude code?
spydum 8 hours ago [-]
I know people seem to think nsa and other gov threat actors live in a land of zero days and advanced techniques... And to some degree, they sure do develop those and are able to leverage them.
However, from my point of view most targets are able to be compromised by poor configs, hygiene, well known and patchable vulns, or the more likely avenue: the humans operating the system.
ErroneousBosh 11 hours ago [-]
> In fact, this vulnerability was born so long ago (way back in 1994)
> That was so long ago that RISC was still a distant dream.
Yeah ARM would like to have a word with you. I'd been using RISC on the desktop for about five years by then and I was not an early adopter.
j16sdiz 7 hours ago [-]
and SPARC was one of the top choice for server where telnet were run.
fl7305 7 hours ago [-]
and the DEC Alpha RISC CPU was on fire, and ran circles around the desktop CISC CPUs
ErroneousBosh 3 hours ago [-]
I wish I'd never given away my MIPS R2000-based DECStation 3100.
mitxela 14 hours ago [-]
FYI all signalling is in-band signalling
ErroneousBosh 11 hours ago [-]
And all signals are analogue, if you're paying enough attention to the transients ;-)
mzs 4 hours ago [-]
CVE-2026-32746
khrbtxyz 14 hours ago [-]
A surprisingly long article for a one-line fix the authors didn’t send.
Skywalker13 13 hours ago [-]
Since AI is redacting, a lot of articles are long and boring to read with a lot of useless details.
croemer 9 hours ago [-]
Redacting what? Did you mean write or edit?
Skywalker13 8 hours ago [-]
"rédiger" in french, then it's "write" instead of "redacting" I suppose.. sorry for my poor english
croemer 2 hours ago [-]
Thanks, makes sense! No need to be sorry!
jeffbee 14 hours ago [-]
RISC was not a distant dream in 1994 LMAO.
b800h 13 hours ago [-]
That made me spit out my tea. The prose was insulting.
eqvinox 11 hours ago [-]
I stopped reading on that line. The entire text is coming off as insulting, entitled and smug.
wolfi1 11 hours ago [-]
at that time even Intel had a RISC cpu (i960)
ErroneousBosh 11 hours ago [-]
RISC desktop computers were common-ish in UK schools by then.
Of course if you count the 6502 as a RISC chip (if you squint a bit, Page Zero RAM sure does look like 256 8-bit registers to me!) then UK schools had RISC desktops for over a decade before then!
15 hours ago [-]
16 hours ago [-]
egorfine 10 hours ago [-]
And this is why serious enterprises use telnetd exclusively instead of your childish ssh toy. See why? Because it's got ONE CVE in 3 decades as compared to a never-ending flow of security vulnerabilities in ssh. Security!
Perhaps I am just unlucky in my interactions, but I feel like this entitlement is too common among software security people. Note that I see zero return in spending time working on Inetutils, and I find other projects I work on more interesting.
[1] https://lists.gnu.org/archive/html/bug-inetutils/2026-03/msg... [2] https://lists.gnu.org/archive/html/bug-inetutils/2026-03/msg... [3] https://www.openwall.com/lists/oss-security/2026/03/12/4
There is a 3 months old pull request to advertise a private reporting email address but it's unmerged, maybe you could use this renewed interest as a nudge to set it up and merge: https://codeberg.org/inetutils/inetutils/pulls/26
One other thing the reporter could have done to make your life easier is to write a repro script rather than just explain the steps in prose.
[1]: https://codeberg.org/inetutils/inetutils/src/commit/40f19d84...
Thanks to all of our heroes, op included.
We know that the entirety of the AI movement is built on top of open-source projects like Linux and all the terminal and command line utilities. And runs inside projects doing god's work (say to contain the agents) like QEMU etc.
AI lives inside the work of our open-source heroes and would be absolutely nowhere without the work of all those people.
> Thanks to all of our heroes, op included.
Definitely, thanks GP and thanks to all our heroes.
And then all governments and corporations demand immediate support as if they have paid Tier 3 SLA with the unpaid maintainers lol.
i have not seen a decent writeup in one of these clickbait things these ppl push out.
just ignore these types of ppl. its fine to fix the bugs ofc but what i mean is, ignore their attitudes. its a kids' attitude to life they keep
But this is probably forgiven as just sensationalism in writing, which is all too common. Not to excuse the author, but these types of writeups tend to drift into name calling and finger pointing a little too soon.
"Shamefully" is definitely the wrong word here, for sure.
Why should we forgive sensationalism in writing at all?
https://www.cve.org/CVERecord?id=CVE-2007-0882
Might be a 32 year old bug, but it's practically also a 19 years old exploit?
Ed: I'm confusing TFA with
https://nvd.nist.gov/vuln/detail/cve-2026-24061
Which seems pretty much identical with the 2007 cve.
Ahem
Clunky from the author, I think.
"Tell that to the ARM based Acorn Archimedes I was using at 6th Form College in 1991."
The bug, being a bug, proceeds to overflow the buffer
... if you hold it just right, and let the light of the full moon shine through it on a particular day, while you send a carefully-crafted packet through the right brand of NIC over cables forged by long-forgotten smiths.
https://xkcd.com/2347/
Or is there a tradeoff?
Fewer ancient holes like this for their hackers but wide open access to anyone who installs codex or claude code?
However, from my point of view most targets are able to be compromised by poor configs, hygiene, well known and patchable vulns, or the more likely avenue: the humans operating the system.
> That was so long ago that RISC was still a distant dream.
Yeah ARM would like to have a word with you. I'd been using RISC on the desktop for about five years by then and I was not an early adopter.
Of course if you count the 6502 as a RISC chip (if you squint a bit, Page Zero RAM sure does look like 256 8-bit registers to me!) then UK schools had RISC desktops for over a decade before then!
/s