You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "code-projects Student Management System DbFunction.php showSubject1 sql injection",
21
+
"problemTypes": [
22
+
{
23
+
"descriptions": [
24
+
{
25
+
"type": "CWE",
26
+
"cweId": "CWE-89",
27
+
"lang": "en",
28
+
"description": "SQL Injection"
29
+
}
30
+
]
31
+
},
32
+
{
33
+
"descriptions": [
34
+
{
35
+
"type": "CWE",
36
+
"cweId": "CWE-74",
37
+
"lang": "en",
38
+
"description": "Injection"
39
+
}
40
+
]
41
+
}
42
+
],
43
+
"affected": [
44
+
{
45
+
"vendor": "code-projects",
46
+
"product": "Student Management System",
47
+
"versions": [
48
+
{
49
+
"version": "1.0",
50
+
"status": "affected"
51
+
}
52
+
]
53
+
}
54
+
],
55
+
"descriptions": [
56
+
{
57
+
"lang": "en",
58
+
"value": "A vulnerability was found in code-projects Student Management System 1.0. It has been declared as critical. This vulnerability affects the function showSubject1 of the file /config/DbFunction.php. The manipulation of the argument sid leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well."
59
+
},
60
+
{
61
+
"lang": "de",
62
+
"value": "In code-projects Student Management System 1.0 wurde eine Schwachstelle ausgemacht. Sie wurde als kritisch eingestuft. Es geht um die Funktion showSubject1 der Datei /config/DbFunction.php. Durch Manipulation des Arguments sid mit unbekannten Daten kann eine sql injection-Schwachstelle ausgenutzt werden. Der Angriff kann über das Netzwerk erfolgen. Der Exploit steht zur öffentlichen Verfügung."
0 commit comments