frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What would happen if your company stopped using all AI tomorrow?

12•jc_811•1h ago•15 comments

Claude 20x usage is only for the 5 hour window, not for the weekly limit

7•vmg12•2h ago•0 comments

Native Apps Why?

5•dmvjs•4h ago•5 comments

Ask HN: Which self-hosted Docker UIs support rootless mode?

3•vsilent•4h ago•0 comments

Ask HN: Why is Founder Mode not working for Airbnb?

4•jorisboris•8h ago•2 comments

Ask HN: What do your job interviews look like? (August 2026)

20•Hixon10•13h ago•6 comments

Ask HN: What is the next Burning Man in NA?

3•johnnyApplePRNG•6h ago•1 comments

Ask HN: What to do when a vendor doesn't respond to security issues?

3•cudder•7h ago•2 comments

Ask HN: Are Prompt Injections "Malware"?

2•razorbeamz•7h ago•8 comments

Ask HN: Is Rust is a real niche programming language?

3•juntz•8h ago•2 comments

Ask HN: What are your biggest problems and fixes with multisession engineering?

5•top_rooster•18h ago•2 comments

Which AI Do You Think Will Have the Greatest Impact on the World?

4•SudilaDasun•13h ago•3 comments

You Are the Harness

4•learningstud•13h ago•0 comments

Tell HN: PayPal blocks GrapheneOS

512•leumon•4d ago•325 comments

Why do I lose my passion and want to do nothing?

90•hanstyle•13h ago•79 comments

Is a One Person Company (OPC) just another type of Uber driver?

5•Bobby_Liu•21h ago•9 comments

Ask HN: AI for Home Lab Infra?

2•voakbasda•21h ago•2 comments

Ask HN: Do you run A/B Tests?

5•hackeryogi•1d ago•3 comments

Ask HN: What's a Good Physical Printer?

10•xrd•3d ago•12 comments

Ask HN: Hugging Face is out. Who is hosting open models?

23•FireUpTheTorren•4d ago•17 comments

Ask HN: Those making $500/month on side projects in 2026 – Show and tell

80•kaladan•1w ago•105 comments

You've reached the end!

Open in hackernews

Ask HN: What to do when a vendor doesn't respond to security issues?

3•cudder•7h ago
I got fed up with a certain internet-connected appliance at home, and decided to investigate its firmware. Since the vendor claims the product is still in active support and not EOL, my main goal was to find a pre-existing CVE it was vulnerable to and report that so the vendor would need to release an updated firmware, hopefully with other improvements too.

The latest build was years old, so that wasn't too hard. I found an outdated service that is reachable unauthenticated from LAN and has a known vulnerability that allows arbitrary file reads on the device. I also found another endpoint that is unauthenticated from LAN and with a single GET request essentially bricks the device, requiring disassembly and JTAG access to recover from. There are no cross-origin checks or restrictions of any kind, so a malicious site could put the URL in an img tag or similar and brick visitors' devices with no interaction.

I'm in the EU, so I went to their EU site where I was first instructed to create a ticket on their support site. I tried numerous times but it always failed with "an unknown error", instructing me to "contact the service desk" with no clues how to reach them. I also found another form where you could select security issue as the topic, but the description field was barely long enough to fit "I found security issues with ${product}, please contact me for more details." Three weeks later I'm still waiting.

Next I filed the same security issue form on their US site, and promptly got a reply. The exact model isn't sold in the US so they wouldn't handle it directly, but promised to forward any details to their EU counterpart since I had such a hard time reaching them directly. I sent the issue details and have not heard back since. I sent a follow-up email asking for a status update, but so far that has gone unanswered too.

What should I do next? Is there some EU entity that could step in? Can I get in trouble if I just publish what I found?

Comments

stop50•6h ago
i would contact the local entity that is responsible for cybersecurity, like the bsi in germany or as an second option an ngo that cares about security. The later can also publish it themself or helping to publish it without legal problems
cudder•3h ago
Good call, thanks! Done. That's a pretty obvious thing to do now that you mention it. Before my post I tried to find some EU office that would be responsible but seems like I should've gone a few branches lower in the tree.