Live data from Hacker News

Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

mdisec.com

1–10 of 38 posts

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#4
post #3

PostHog does a lot of vibe coding, I wonder how many other issues they have.

Not that I’m disproving it but do you have a source? Companies say all kinds of things for hype and to attract investors, but it doesn’t necessarily make it true.

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#5
Wow, chapeau to the author.

What an elegant, interesting read.

What I don't quite understand: Why is the Clickhouse bug not given more scrutiny?

Like that escape bug was what made the RCE possible and certainly a core DB company like ClickHouse should be held accountable for such an oversight?

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#6

Wow, chapeau to the author. What an elegant, interesting read. What I don't quite understand: Why is the Clickhouse bug not given more scrutiny? Like that escape bug was what made the RCE possible and certainly a core DB company like ClickHouse should be held accountable for such an oversight?

ssrf was the entry point, and clickhouse is supposed to be an internal only service, but one could reach it only with that ssrf, so hence less of "scrutiny". The 0day by itself wouldnt be useful, unless an attacker can reach clickhouse, which they usually can't.

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#7
post #4
post #3

PostHog does a lot of vibe coding, I wonder how many other issues they have.

Not that I’m disproving it but do you have a source? Companies say all kinds of things for hype and to attract investors, but it doesn’t necessarily make it true.

looking at their commits, there are about 300+ commits tagged with " Generated with https://claude.com/claude-code" attribution.

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#9
post #7
post #4

Earlier quoted context omitted.

Not that I’m disproving it but do you have a source? Companies say all kinds of things for hype and to attract investors, but it doesn’t necessarily make it true.

looking at their commits, there are about 300+ commits tagged with " Generated with https://claude.com/claude-code " attribution.

Just because AI tools are involved doesn't mean it's "Vibe coding".

Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE

#10
post #6

Wow, chapeau to the author. What an elegant, interesting read. What I don't quite understand: Why is the Clickhouse bug not given more scrutiny? Like that escape bug was what made the RCE possible and certainly a core DB company like ClickHouse should be held accountable for such an oversight?

ssrf was the entry point, and clickhouse is supposed to be an internal only service, but one could reach it only with that ssrf, so hence less of "scrutiny". The 0day by itself wouldnt be useful, unless an attacker can reach clickhouse, which they usually can't.

But if they do, prohibiting SQL injection, a critical last mile vulnerability, seems trivial?
Post reply on HN