Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
1–10 of 38 posts
Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#2Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#3Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#4PostHog does a lot of vibe coding, I wonder how many other issues they have.
Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#5What 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
#6Wow, 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
#7PostHog 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
#8Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#9Earlier 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.
Re: Inside PostHog: SSRF, ClickHouse SQL Escape and Default Postgres Creds to RCE
#10Wow, 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.