Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2016-15015: Fixed timing attack vulnerability · viafintech/Barzahlen-PHP@3e7d29d

A vulnerability, which was classified as problematic, was found in viafintech Barzahlen Payment Module PHP SDK up to 2.0.0. Affected is the function verify of the file src/Webhook.php. The manipulation leads to observable timing discrepancy. Upgrading to version 2.0.1 is able to address this issue. The name of the patch is 3e7d29dc0ca6c054a6d6e211f32dae89078594c1. It is recommended to upgrade the affected component. VDB-217650 is the identifier assigned to this vulnerability.

CVE
#vulnerability#web#php

@@ -21,4 +21,28 @@ public function testGenerateSignature()

$this->assertEquals('35764655afcf2121602a5493b58020d3b6b9d75b4150c7395acf6114ae0ba49c’, $signature);

}

public function testStringsEqualInvalidLength()

{

$first = 'thisisarandomstring123’;

$second = 'thisisanotherrandomstring123’;

$this->assertFalse(Middleware::stringsEqual($first, $second));

}

public function testStringsEqualInvalidContent()

{

$first = 'thisisarandomstring123’;

$second = 'thisisarandomstring124’;

$this->assertFalse(Middleware::stringsEqual($first, $second));

}

public function testStringsEqualValid()

{

$first = 'thismustbeavalidhash’;

$second = 'thismustbeavalidhash’;

$this->assertTrue(Middleware::stringsEqual($first, $second));

}

}

CVE: Latest News

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