RSS Parrot

BETA

🦜 hyprblog

@blog.coffinsec.com@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Vulnerability research, software development, and other technobabble.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: blog.coffinsec.com/

Feed URL: blog.coffinsec.com/feed.xml

Posts: 10

Followers: 1

chonked pt.2: exploiting cve-2023-33476 for remote code execution

Published: June 19, 2023 00:00

second part in a two-part series going over heap overflow in MiniDLNA (CVE-2023-33476). this post provides a walkthrough of steps taken to write an exploit for this vulnerability in order to achieve remote code execution and pop a shell.

chonked pt.1: MiniDLNA 1.3.2 HTTP Chunk Parsing Heap Overflow (CVE-2023-33476) Root Cause Analysis

Published: May 31, 2023 00:00

first part in a two-part series going over a heap overflow in MiniDLNA, a media server commonly deployed in embedded environments. this post provides a summary and root cause analysis of the vulnerability.

fuzzing udhcpd: a hacky approach

Published: June 5, 2022 00:00

I wanted to do some fuzzing against udhcpd recently but was feeling too lazy to write a harness from scratch, so instead modified the existing udhcp server code to turn it into a harness using AFL’s LLVM persistent mode and then modified the udhcp client…