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 Hospital Management System Login index.php 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": "Hospital Management System",
47
+
"versions": [
48
+
{
49
+
"version": "1.0",
50
+
"status": "affected"
51
+
}
52
+
],
53
+
"modules": [
54
+
"Login"
55
+
]
56
+
}
57
+
],
58
+
"descriptions": [
59
+
{
60
+
"lang": "en",
61
+
"value": "A vulnerability, which was classified as critical, has been found in code-projects Hospital Management System 1.0. Affected by this issue is some unknown functionality of the file /admin/index.php of the component Login. The manipulation of the argument username/password leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used."
62
+
},
63
+
{
64
+
"lang": "de",
65
+
"value": "Eine kritische Schwachstelle wurde in code-projects Hospital Management System 1.0 entdeckt. Hierbei geht es um eine nicht exakt ausgemachte Funktion der Datei /admin/index.php der Komponente Login. Dank Manipulation des Arguments username/password mit unbekannten Daten kann eine sql injection-Schwachstelle ausgenutzt werden. Umgesetzt werden kann der Angriff über das Netzwerk. Der Exploit steht zur öffentlichen Verfügung."
0 commit comments