Multiple vulnerabilities in phpGACL and OpenEMR



Published: 2021-01-28 | Updated: 2022-07-20
Risk Medium
Patch available YES
Number of vulnerabilities 8
CVE-ID CVE-2020-13562
CVE-2020-13563
CVE-2020-13564
CVE-2020-13565
CVE-2020-13569
CVE-2020-13567
CVE-2020-13568
CVE-2020-13566
CWE-ID CWE-79
CWE-601
CWE-352
CWE-89
Exploitation vector Network
Public exploit Public exploit code for vulnerability #5 is available.
Vulnerable software
Subscribe
OpenEMR
Client/Desktop applications / Other client software

phpGACL
Web applications / Other software

Vendor OpenEMR
phpgacl.sourceforge

Security Bulletin

This security bulletin contains information about 8 vulnerabilities.

Updated 11.03.2021
Added vulnerabilities #5-7

1) Cross-site scripting

EUVDB-ID: #VU50095

Risk: Low

CVSSv3.1:

CVE-ID: CVE-2020-13562

CWE-ID: CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Exploit availability: No

Description

The disclosed vulnerability allows a remote attacker to perform cross-site scripting (XSS) attacks.

The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "action" parameter in admin/acl_admin.php. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in user's browser in context of vulnerable website.

Successful exploitation of this vulnerability may allow a remote attacker to steal potentially sensitive information, change appearance of the web page, perform phishing and drive-by-download attacks.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1177


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

2) Cross-site scripting

EUVDB-ID: #VU50096

Risk: Low

CVSSv3.1:

CVE-ID: CVE-2020-13563

CWE-ID: CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Exploit availability: No

Description

The disclosed vulnerability allows a remote attacker to perform cross-site scripting (XSS) attacks.

The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "group_id" parameter in admin/assign_group.php. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in user's browser in context of vulnerable website.

Successful exploitation of this vulnerability may allow a remote attacker to steal potentially sensitive information, change appearance of the web page, perform phishing and drive-by-download attacks.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1177


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

3) Cross-site scripting

EUVDB-ID: #VU50097

Risk: Low

CVSSv3.1:

CVE-ID: CVE-2020-13564

CWE-ID: CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Exploit availability: No

Description

The disclosed vulnerability allows a remote attacker to perform cross-site scripting (XSS) attacks.

The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "acl_id" parameter in admin/acl_admin.php. A remote attacker can trick the victim to follow a specially crafted link and execute arbitrary HTML and script code in user's browser in context of vulnerable website.

Successful exploitation of this vulnerability may allow a remote attacker to steal potentially sensitive information, change appearance of the web page, perform phishing and drive-by-download attacks.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1177


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

4) Open redirect

EUVDB-ID: #VU50098

Risk: Low

CVSSv3.1:

CVE-ID: CVE-2020-13565

CWE-ID: CWE-601 - URL Redirection to Untrusted Site ('Open Redirect')

Exploit availability: No

Description

The vulnerability allows a remote attacker to redirect victims to arbitrary URL.

The vulnerability exists due to improper sanitization of user-supplied data in the return_page redirection functionality. A remote attacker can create a link that leads to a trusted website, however, when clicked, redirects the victim to arbitrary domain.

Successful exploitation of this vulnerability may allow a remote attacker to perform a phishing attack and steal potentially sensitive information.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1178


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

5) Cross-site request forgery

EUVDB-ID: #VU50099

Risk: Low

CVSSv3.1:

CVE-ID: CVE-2020-13569

CWE-ID: CWE-352 - Cross-Site Request Forgery (CSRF)

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform cross-site request forgery attacks.

The vulnerability exists due to insufficient validation of the HTTP request origin in the GACL functionality. A remote attacker can trick the victim to visit a specially crafted web page and perform arbitrary actions on behalf of the victim on the vulnerable website.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1180


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

6) SQL injection

EUVDB-ID: #VU51388

Risk: Medium

CVSSv3.1:

CVE-ID: CVE-2020-13567

CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.

The vulnerability exists due to insufficient sanitization of user-supplied data in the "parent_id" parameter in admin/edit_group.php. A remote authenticated attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.

Successful exploitation of this vulnerability may allow a remote attacker to read, delete, modify data in database and gain complete control over the affected application.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1179


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

7) SQL injection

EUVDB-ID: #VU51387

Risk: Medium

CVSSv3.1:

CVE-ID: CVE-2020-13568

CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.

The vulnerability exists due to insufficient sanitization of user-supplied data in the "group_id" parameter in admin/edit_group.php. A remote authenticated attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.

Successful exploitation of this vulnerability may allow a remote attacker to read, delete, modify data in database and gain complete control over the affected application.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1179


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?

8) SQL injection

EUVDB-ID: #VU51386

Risk: Medium

CVSSv3.1:

CVE-ID: CVE-2020-13566

CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary SQL queries in database.

The vulnerability exists due to insufficient sanitization of user-supplied data in the "delete_group" parameter in admin/edit_group.php. A remote authenticated attacker can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.

Successful exploitation of this vulnerability may allow a remote attacker to read, delete, modify data in database and gain complete control over the affected application.

Mitigation

Install update from vendor's website.

Vulnerable software versions

OpenEMR: 5.0.2 - 6.0.0

phpGACL: 3.3.7 - 3.3.7

CPE2.3 External links

http://www.talosintelligence.com/vulnerability_reports/TALOS-2020-1179


Q & A

Can this vulnerability be exploited remotely?

Is there known malware, which exploits this vulnerability?



###SIDEBAR###