frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Companies Predict 2026 Will Be the Worst College Grad Job Market in Five Years

https://www.wsj.com/lifestyle/careers/2026-graduates-job-market-7928bcd7
1•sarimkx•1m ago•0 comments

From early‑stage shortcuts to a ledger of record

https://www.parafin.com/blog/from-early-stage-shortcuts-to-a-ledger-of-record-our-journey-to-reli...
1•mattmarcus•2m ago•0 comments

Can weed help you drink less? Scientists study how well 'California sober' works

https://www.npr.org/sections/shots-health-news/2025/11/19/nx-s1-5604813/marijuana-drinking-califo...
2•Stratoscope•4m ago•0 comments

Did smartphones make us look down? Could AR glasses help us look up again?

1•Tech_Social•6m ago•0 comments

Mexico Is Now the United States' Top Buyer

https://www.nytimes.com/2025/11/19/world/americas/us-mexico-trade.html
1•mooreds•14m ago•0 comments

Chernobyl: Debunking the Myths of the HBO Series

https://blog.osm-ai.net/investigation/2023/01/05/hbo-chernobyl-myth.html
2•osm3000•17m ago•0 comments

Show HN: Sora Watermark Remover –Pixel-Accurate Cleanup for Sora / Sora 2 Videos

https://www.unsorawatermark.com/?i=d1d5k
1•lu794377•18m ago•0 comments

The growing problem with China's unreliable numbers

https://www.ft.com/content/5b9e7440-51d9-44fa-972c-5f00faf91e62
1•jnord•21m ago•2 comments

Jailbreaking AI Models to Phish Elderly Victims

https://simonlermen.substack.com/p/can-ai-models-be-jailbroken-to-phish
5•DalasNoin•23m ago•0 comments

Summers to step down from teaching at Harvard

https://www.thecrimson.com/article/2025/11/20/summers-leaves-teaching-at-harvard/
6•HR01•23m ago•0 comments

What determines the severity and outcomes of cyberwarfare between countries?

https://techxplore.com/news/2025-11-factors-severity-outcomes-cyberwarfare-countries.html
1•PaulHoule•26m ago•0 comments

Show HN: GraphQL Schema Generator for Golang

https://github.com/pablor21/gqlschemagen
1•pablor21•27m ago•0 comments

Workday to Acquire Pipedream

https://newsroom.workday.com/2025-11-19-Workday-Signs-Definitive-Agreement-to-Acquire-Pipedream
7•gaws•28m ago•1 comments

The wildest LLM backdoor I've seen yet

https://old.reddit.com/r/LocalLLaMA/comments/1p1grbb/the_wildest_llm_backdoor_ive_seen_yet/
2•haxiomic•30m ago•0 comments

The "Meh-Trics" Reloaded: Why I Was 100% Wrong About Metrics (& Also 100% Right)

https://www.honeycomb.io/blog/the-meh-trics-reloaded
2•gpi•31m ago•0 comments

Verifying your Matrix devices is becoming mandatory

https://element.io/blog/verifying-your-devices-is-becoming-mandatory-2/
12•LorenDB•33m ago•0 comments

Money for nothing: The story of the biggest counterfeiter in US history

https://news.sky.com/story/money-for-nothing-the-story-of-the-biggest-counterfeiter-in-us-history...
1•thunderbong•39m ago•0 comments

Big Tech's Soaring Profits Have an Ugly Underside: OpenAI's Losses

https://www.wsj.com/tech/ai/big-techs-soaring-profits-have-an-ugly-underside-openais-losses-fe7e3184
3•mgh2•44m ago•1 comments

Grok 4.1 Fast and Agent Tools API

https://x.ai/news/grok-4-1-fast
1•meetpateltech•44m ago•0 comments

CIA report boasted about tricking Congress in JFK probe, whistleblower says

https://www.axios.com/2025/11/19/whistleblower-secret-cia-report-jfk-assassination
2•cwwc•45m ago•0 comments

Show HN: The Open Rate Sheet – A Glassdoor for digital art commissions

https://openratesheet.netlify.app/
3•Roccan•47m ago•0 comments

The Greatest: On the Wonderful Mystery of Janet Malcolm

https://www.metropolitanreview.org/p/the-greatest
1•jger15•48m ago•0 comments

U.S. Revises Endangered Species Act Regulations

https://www.doi.gov/pressreleases/administration-revises-endangered-species-act-regulations-stren...
1•geox•51m ago•0 comments

`dlopen()` Metadata for ELF Files

https://uapi-group.org/specifications/specs/elf_dlopen_metadata/
1•JoshTriplett•51m ago•1 comments

Linux Career Opportunities in 2025: Skills in High Demand

https://www.linuxcareers.com/resources/blog/2025/11/linux-career-opportunities-in-2025-skills-in-...
6•dxs•52m ago•3 comments

Elon Musk announces 500MW xAI data center in Saudi Arabia

https://www.nbcnews.com/tech/tech-news/elon-musk-announces-massive-xai-data-center-saudi-arabia-x...
3•mgh2•52m ago•0 comments

An Homage to 90s –/Public_HTML Hosting

https://public.monster/
2•gpi•55m ago•0 comments

Target launches shopping experience inside ChatGPT

https://corporate.target.com/press/release/2025/11/target-to-launch-first-of-its-kind-conversatio...
3•m-hodges•55m ago•1 comments

Ending world hunger costs less than 1% of military spending

https://news.un.org/en/story/2025/11/1166397
2•KingNoLimit•58m ago•0 comments

MiniMax M2 Tech Blog 3: Why Did M2 End Up as a Full Attention Model?

https://twitter.com/zpysky1125/status/1983383094607347992
1•logicprog•59m ago•0 comments
Open in hackernews

CRLF Injection in `–proxy-header` allows extra HTTP headers (CWE-93)

https://hackerone.com/reports/3133379
11•oblivionsage•6mo ago

Comments

blueflow•6mo ago
Check the man-page first. You need to know how a program is supposed to behave before you can know that an observed behavior is off-spec and warrants a bug.
robertlagrant•6mo ago
I don't understand the "This is not supposed to happen". Can someone explain?

To me this is the same as

  --proxy-header "X-Test: hello" --proxy-header "X-Evil: owned"
flotzam•6mo ago
Imagine running

  curl --proxy-header "X-Test: $UNTRUSTED_USER_INPUT"
wang_li•6mo ago
That is not a bug in curl, at most it's a bug in whatever gathered $UNTRUSTED_USER_INPUT.
flotzam•6mo ago
People still expect an API to reject illegal values. Calling the parameter --proxy-header (singular) could lead someone to assume that multiline strings are illegal values, even if there's a note in the docs somewhere saying otherwise.
blueflow•6mo ago
Then the people assuming random things without doing research are to blame, not curl.
flotzam•6mo ago
Apportioning blame doesn't get rid of bugs; misuse resistant APIs do.
blueflow•6mo ago
Reading docs ("research") is essential part of engineering.

Lets ask the question reversed: How did people know in the first place what kind of string they need to give to --proxy-header?

flotzam•6mo ago
> Reading docs ("research") is essential part of engineering.

Sure, but so is safety engineering. Making mechanisms more obvious to use correctly or fail safe if used incorrectly improves outcomes when flawed human beings use them. It also makes them more pleasant to use in general.

Besides, look at the man page in question. It's talking about this in terms of encoding niceties and doesn't even spell out the possibility of deliberate, let alone malicious multiline values:

"curl makes sure that each header you add/replace is sent with the proper end-of-line marker, you should thus not add that as a part of the header content: do not add newlines or carriage returns, they only mess things up for you."

That's inducing a wrong/incomplete mental model of how this parameter works.

blueflow•6mo ago
> doesn't even spell out the possibility of deliberate, ... multiline values

It does for me, as any kind of extra newlines results in a multi-line string.

> ... malicious ...

Like Daniel said, garbage in, garbage out. If you pass user inputs to curl, one should check what curl does with these values and take proper care.

robertlagrant•6mo ago
> do not add newlines or carriage returns, they only mess things up for you

I disagree, but I would say that curl might as well add this as a validation check than a documentation warning.

blueflow•6mo ago
This is explained in the ticket:

  One of the reasons we still allow that is that this "feature" was used quite deliberately by users in the past and I have hesitated to change that for the risk that it will break some users use cases.
robertlagrant•6mo ago
Yes, I'm not sure if I agree with this or not. Those users don't have to upgrade. But obviously I'm not maintaining a key tool for the world. It's just my opinion.
soraminazuki•6mo ago
One shouldn't construct shell commands from untrusted user input in the first place unless they know exactly what they're doing and is aware of all the pitfalls. It's the worst possible tool to be using if the aim is to avoid security issues with minimal effort. Debating about this particular curl quirk distracts from the bigger issue IMO.
robertlagrant•6mo ago
> That is not a bug in curl, at most it's a bug in whatever gathered $UNTRUSTED_USER_INPUT.

But that could just contain the bad header only, could it not?

jeroenhd•6mo ago
I suppose it kind of depends. I agree with the curl team here that this is a case of garbage in/garbage out, but I can imagine this going wrong with a binary protocol like HTTP2 on the front and a text protocol like HTTP 1.1 behind a reverse proxy. The \r\n will make it to the proxy as a separate header, but will be turned into two headers on the upstream.

That said, this would be a (reverse) proxy vulnerability, not one in curl.

ale42•6mo ago
I'm not sure where is the security issue here. As already noted, one can just put several --proxy-header arguments, so the functionality is equivalent.

The only way this would do something unexpected (and not necessarily dangerous besides breaking the service) would be if the curl command would be used in a scenario like: (1) curl is used by some script to access some API or other URL, (2) a user can configure the script to give a specific value to an header, let's say an authentication token or similar, but the user can't directly alter the curl command (e.g. because they can only change URL and TOKEN with a web interface). Here the user would be able to add an header IF the script is not properly sanitizing the input (so the supposed security issue IMHO would be in the script), but if adding an additional header breaks security, the underlying system has a problem too...

In a very far-stretched scenario, one can possibly add two CRLFs and have the rest of the header (if any) considered by the server as data. IF the request is a POST/PUT/... request, and IF the server returns (or allows later access to) the data, and IF the attacker manipulating the supposedly-restricted single-header can see the output of the call (or retrieve the saved data), then we'd have an information disclosure issue. Would it disclose anything sensitive? Not sure, unless there's an auth token or something AFTER the header. And again, I'd rather incriminate the curl caller for not sanitizing the input if this happens.