Urgent.News

What's breaking now, across thousands of outlets.

Tech

BrunnerCTF 2026 - Welcome Aboard (Web)

Summary The Brunnerne Inc. internal wiki sits behind layered infrastructure. Direct access to /wiki/internal/flag (hinted by robots.txt ) returns a hard 403 Access is forbidden. from Kestrel. The platform, however, accepts both Content-Length and Transfer-Encoding: chunked on the same request. A classic CL.TE request-smuggling payload lets the front-end treat the whole thing as a single POST…

The Brunnerne Inc. internal wiki is protected by multiple layers of infrastructure, making it challenging to access. However, by exploiting a vulnerability in how the platform handles requests, it's possible to bypass the prohibited path and retrieve a restricted article containing a flag. The initial attempt to access the internal flag directly from the wiki results in a 403 Forbidden error, as indicated in the robots.txt file and confirmed through direct requests.

Upon closer inspection, it becomes apparent that the front-end and the Kestrel server disagree on how to process requests when both Content-Length and Transfer-Encoding: chunked are included. Specifically, the front-end trusts the Content-Length value and processes the entire request as a single unit, while Kestrel, following the Transfer-Encoding: chunked specification, terminates the request prematurely, and then interprets any subsequent data as a new, separate request.

By crafting a request that leverages this discrepancy, an attacker can smuggle an additional, unauthorized GET request for the internal flag. This smuggled request bypasses the path-based authorization middleware, allowing Kestrel to process and reveal the flag with its contents: "brunner{00ps_th4t_p4g3_w4s_1nt3rn4l}".

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Building CUBELANDS for Steam: an early alpha generated from cubes

Building CUBELANDS for Steam: an early alpha generated from cubes I’m building CUBELANDS , an early-alpha third-person open-world action-adventure planned for Steam.

  • CUBELANDS is an early-alpha third-person open-world action-adventure game for Steam.
  • Procedural generation creates characters, terrain, settlements, and boss battles using cubes.

22 tests passing, and my solver still told you to click a mine

I wrote a minesweeper probability solver. You hand it a board, it hands back the probability that each unknown square is a mine, so that when logic runs out and you have to guess, you at least guess…

  • 22 unit tests pass for minesweeper solver
  • Solver reports 6 squares as mines in reality 2
  • Test suite misses severe bug in solver

clicky: A clickwheel iPod emulator

  • clicky project aims to emulate iPod 4G and 5G models
  • Focus on preserving iPod Games, including Brick Breaker
  • Challenges include lack of comprehensive iPod documentation

Underwater Volcanoes Are Geothermal Energy’s Next Frontier

A Seattle startup is seeking to revolutionize geothermal energy by tapping into undersea volcanoes. In September, a 100-kilowatt geothermal generator will be deployed to the seafloor off Oregon’s…

  • Seattle-based Endurance Energy developing underwater geothermal power generator.
  • 100-kilowatt pilot project off Oregon coast to test technology's viability.
  • Geothermal energy's reliability as baseload clean power makes it attractive solution.

More from Sunday 23 August →