RSSAmplifier

Blog

Home on eval.blog

Recent content in Home on eval.blog

eval.blogRSS feed ↗15 posts

Latest posts

Leaking internal headers in Flask Ninja with deserialization

There’s an unfixed gadget living in Flask Ninja. Its HttpBearer authenticator reads the credential from a header named by a plain, writable attribute, so a deserialization sink that calls its result, or config that hydrates the auth object from untrusted data, is enough to repoint it at an internal header and leak it.

Simple Prompts to get the System Prompts

Exploring prompt injection techniques to extract hidden system prompts from popular AI wrappers and chatbots.

CVE-2024-5569: Denial of Service in Zipp (and Zipfile module of Python's standard library)

Reported a Denial of Service (infinite loop) vulnerability in the zipp module, which also affects Python’s built-in zipfile module (part of the standard library).

Stealing OAuth tokens of connected Microsoft accounts via open redirect in Harvest App

Reported an OAuth token leak via open redirect in Harvest.

Breaking The Mutant Language's "Encryption (Writeup)"

AppSec Village DEF CON 31 CTF^2 (developer) winning entry. Bypassed the encryption and mutation techniques of the Mutant Language.

Utilizing unit testing frameworks as a vulnerability scanner

How to use unit testing frameworks like xUnit for automated vulnerability scanning and exploit development.

CVE-2021-21705: FILTER_VALIDATE_URL bypass in PHP

Identified a vulnerability in PHP’s FILTER_VALIDATE_URL filter by discovering a bypass that allowed an invalid URL to be validated.

CVE-2021-27902: Cross Site Scripting in CraftCMS

Reported a stored cross-site scripting vulnerability in CraftCMS that was assigned CVE-2021-27902.

CVE-2021-27903: Server Side Template Injection in CraftCMS

SSTI in CraftCMS, part of a chain of multiple vulnerabilities leading to RCE.

CraftCMS Zero-day Chain: XSS to SSTI triggering RCE

Reported CVE-2021-27902 (XSS) and CVE-2021-27903 (SSTI) that can be chained together to gain Remote Code Execution in CraftCMS.

CVE-2021-3603: Untrusted Code Execution in PHPMailer

Reported a vulnerability in PHPMailer where a function could run unexpectedly while sending a mail leading to untrusted code execution.

Internal IP Address leak in Misconfigured WordPress to bypass WAF

Discovered a method to leak IP addresses in a misconfigured WordPress instance (useful when targets are behind a dns firewall like CloudFlare)

You don’t need xss.rocks/xss.js

Why data URLs are a powerful alternative to hosted JavaScript files for XSS testing and payload delivery.

Dynamic importing stuff in Python

A practical guide to traditional and dynamic importing in Python, including importlib, relative imports, and best practices.

Public Vulnerability Reports without CVEs

Publicly disclosed vulnerability reports that did not receive CVE identifiers.