Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2015-10038: Added fix for SQL Injection · nym3r0s/pplv2@28f8b05

A vulnerability was found in nym3r0s pplv2. It has been declared as critical. Affected by this vulnerability is an unknown functionality. The manipulation leads to sql injection. The name of the patch is 28f8b0550104044da09f04659797487c59f85b00. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-218023.

CVE
#sql#vulnerability#php

@@ -1,7 +1,7 @@

<?php

session_start();

require './…/includes/dbconfig.php’;

$user = $_SESSION[‘user’];

$user = mysql_real_escape_string($_SESSION[‘user’]);

if(!isset($user))

{

header(‘Location: ./…/login.php’);

@@ -50,11 +50,11 @@

</nav>

<!-- Nav Ends here–>

<div class="transferDetails">

<div id="playerBalance"></div>

<div id="transferBalance"></div>

</div>

<div class="transferDetails">

<div id="playerBalance"></div>

<div id="transferBalance"></div>

</div>

<div id="switches">

<div class="btn-group" role="group" aria-label="…">

<div class="btn-group" role="group">

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