2020-12-22 16:01:42 +00:00
{
"CVE_data_meta" : {
2021-01-21 07:19:17 -07:00
"ASSIGNER" : "security-advisories@github.com" ,
2020-12-22 16:01:42 +00:00
"ID" : "CVE-2021-21253" ,
2021-01-21 07:19:17 -07:00
"STATE" : "PUBLIC" ,
"TITLE" : "Use of a One-Way Hash without a Salt in OnlineVotingSystem"
2020-12-22 16:01:42 +00:00
} ,
2021-01-21 07:19:17 -07:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "OnlineVotingSystem" ,
"version" : {
"version_data" : [
{
"version_value" : "< 1.1.2"
}
]
}
}
]
} ,
"vendor_name" : "dbijaya"
}
]
}
} ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2020-12-22 16:01:42 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2021-01-26 18:02:03 +00:00
"value" : "OnlineVotingSystem is an open source project hosted on GitHub. OnlineVotingSystem before version 1.1.2 hashes user passwords without a salt, which is vulnerable to dictionary attacks. Therefore there is a threat of security breach in the voting system. Without a salt, it is much easier for attackers to pre-compute the hash value using dictionary attack techniques such as rainbow tables to crack passwords. This problem is fixed and published in version 1.1.2. A long randomly generated salt is added to the password hash function to better protect passwords stored in the voting system."
2021-01-21 07:19:17 -07:00
}
]
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "LOW" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 5.8 ,
"baseSeverity" : "MEDIUM" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "NONE" ,
"scope" : "CHANGED" ,
"userInteraction" : "NONE" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N" ,
"version" : "3.1"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-759 Use of a One-Way Hash without a Salt"
}
]
2020-12-22 16:01:42 +00:00
}
]
2021-01-21 07:19:17 -07:00
} ,
"references" : {
"reference_data" : [
{
"name" : "https://github.com/dbijaya/OnlineVotingSystem/security/advisories/GHSA-wwg8-372v-v332" ,
"refsource" : "CONFIRM" ,
"url" : "https://github.com/dbijaya/OnlineVotingSystem/security/advisories/GHSA-wwg8-372v-v332"
} ,
{
"name" : "https://github.com/dbijaya/OnlineVotingSystem/commit/0181cb0272857696c8eb3e44fcf6cb014ff90f09" ,
"refsource" : "MISC" ,
"url" : "https://github.com/dbijaya/OnlineVotingSystem/commit/0181cb0272857696c8eb3e44fcf6cb014ff90f09"
}
]
} ,
"source" : {
"advisory" : "GHSA-wwg8-372v-v332" ,
"discovery" : "UNKNOWN"
2020-12-22 16:01:42 +00:00
}
}