Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-45945: Clear fallback on Http breaks · uNetworking/uWebSockets@4e4fd20

uWebSockets 19.0.0 through 20.8.0 has an out-of-bounds write in std::__1::pair<unsigned int, void*> uWS::HttpParser::fenceAndConsumePostPadded<0 (called from uWS::HttpParser::consumePostPadded and std::__1::__function::__func<LLVMFuzzerTestOneInput::$_0, std::__1::allocator<LL).

CVE
#web#apache

@@ -1,5 +1,5 @@

/*

* Authored by Alex Hultman, 2018-2020.

* Authored by Alex Hultman, 2018-2021.

* Intellectual property of third-party.

* Licensed under the Apache License, Version 2.0 (the “License”);

@@ -323,6 +323,7 @@ struct HttpParser {

// break here on break

std::pair<unsigned int, void *> consumed = fenceAndConsumePostPadded<true>(fallback.data(), (unsigned int) fallback.length(), user, reserved, &req, requestHandler, dataHandler);

if (consumed.second != user) {

fallback.clear();

return consumed.second;

}

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda