Lucene search
+L

182 matches found

SonarSource Blog
SonarSource Blog
added 2022/01/06 12:00 a.m.83 views

Vulnerability Research Highlights 2021

At SonarSource we are constantly improving our code analyzers to help developers write Clean Code. The detection of severe code vulnerabilities plays an important role in this process so that applications are protected from attacks and security breaches. For this same reason, our research team...

2.1CVSS6.7AI score0.02018EPSS
SaveExploits5
Positive Technologies
Positive Technologies
added 2021/11/16 12:00 a.m.21 views

PT-2021-5354 · Moodle +1 · Moodle +1

Name of the Vulnerable Software and Affected Versions: Moodle versions 3.11 to 3.11.3 Moodle versions 3.10 to 3.10.7 Moodle versions 3.9 to 3.9.10 Moodle versions earlier than 3.9 Description: The issue is related to errors in code generation management, allowing a remote attacker to execute...

9.8CVSS6.8AI score0.02383EPSS
SaveExploits0References30
OSV
OSV
added 2021/11/01 10:15 p.m.15 views

CVE-2021-41187

DHIS 2 is an information system for data capture, management, validation, analytics and visualization. A SQL injection security vulnerability has been found in specific versions of DHIS2. This vulnerability affects the API endpoints for /api/trackedEntityInstances and api/events in DHIS2. The...

8.8CVSS7.6AI score
SaveExploits0References1
NVD
NVD
added 2021/11/01 10:15 p.m.20 views

CVE-2021-41187

DHIS 2 is an information system for data capture, management, validation, analytics and visualization. A SQL injection security vulnerability has been found in specific versions of DHIS2. This vulnerability affects the API endpoints for /api/trackedEntityInstances and api/events in DHIS2. The...

8.8CVSS0.00827EPSS
SaveExploits0References1
CVE
CVE
added 2021/11/01 9:20 p.m.53 views

CVE-2021-41187

CVE-2021-41187 concerns DHIS 2. A SQL injection vulnerability exists in specific DHIS2 versions (2.32, 2.33, 2.34, 2.35, 2.36) affecting the REST endpoints for /api/trackedEntityInstances and /api/events . Exploitation requires the attacker to be an authenticated DHIS2 user, and successful exploi...

8.8CVSS8.8AI score0.00827EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2021/10/19 3:28 p.m.82 views

GHSA-PVH2-PJ76-4M96 Specification non-compliance in JUMPI

Impact In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. Patches This is a high severity security advisory if you use evm crate for...

8.7CVSS9.7AI score0.01028EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2021/09/07 1:15 p.m.3 views

CVE-2021-37720

A remote arbitrary command execution vulnerability was discovered in Aruba SD-WAN Software and Gateways; Aruba Operating System Software versions: Prior to 8.6.0.4-2.2.0.4; Prior to 8.7.1.4, 8.6.0.9, 8.5.0.13, 8.3.0.16, 6.5.4.20, 6.4.4.25. Aruba has released patches for Aruba SD-WAN Software and...

9CVSS5.9AI score0.03055EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2021/06/24 4:10 p.m.30 views

CVE-2021-32704 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in dhis2-core

DHIS 2 is an information system for data capture, management, validation, analytics and visualization. A SQL injection security vulnerability has been found in specific versions of DHIS2. This vulnerability affects the /api/trackedEntityInstances API endpoint in DHIS2 versions 2.34.4, 2.35.2,...

8.5CVSS9.1AI score0.00769EPSS
SaveExploits0References1
The Hacker News
The Hacker News
added 2021/03/29 11:27 a.m.12 views

New Bugs Could Let Hackers Bypass Spectre Attack Mitigations On Linux Systems

Cybersecurity researchers on Monday disclosed two new vulnerabilities in Linux-based operating systems that, if successfully exploited, could let attackers circumvent mitigations for speculative attacks such as Spectre and obtain sensitive information from kernel memory. Discovered by Piotr Krysi...

6CVSS7.2AI score0.00577EPSS
SaveExploits0
Malwarebytes
Malwarebytes
added 2020/11/16 5:35 p.m.40 views

A week in security (November 9 – November 15)

Last week on Malwarebytes Labs, we reported on multiple patch releases: from Mozillas Firefox and Thunderbird to Googles Chrome. We also had a chat with our resident experts, Adam Kujawa and John Donovan, about the future of IoT cybersecurity in our latest Lock and Code podcast episode. Lastly, w...

0.1AI score
SaveExploits0
Prion
Prion
added 2020/09/25 7:15 p.m.21 views

Memory corruption

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, if a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. We have patched the issue in d58c96946b a...

5.8CVSS6.3AI score0.00739EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.268 views

Segmentation fault in tensorflow-lite

Impact If a TFLite saved model uses the same tensor as both input and output of an operator, then, depending on the operator, we can observe a segmentation fault or just memory corruption. Patches We have patched the issue in d58c96946b and will release patch releases for all versions between 1.1...

6.5CVSS3.2AI score0.00739EPSS
SaveExploits1References14Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.10 views

GHSA-CVPC-8PHH-8F45 Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite, saved models in the flatbuffer format use a double indexing scheme: a model has a set of subgraphs, each subgraph has a set of operators and each operator has a set of input/output tensors. The flatbuffer format uses indices for the tensors, indexing into an array of...

6.3CVSS5.8AI score0.00917EPSS
SaveExploits1References27
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.61 views

Segfault and data corruption in tensorflow-lite

Impact To mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds:...

9CVSS2.1AI score0.01243EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2020/09/25 6:28 p.m.51 views

Denial of Service in Tensorflow

Impact Changing the TensorFlow's SavedModel protocol buffer and altering the name of required keys results in segfaults and data corruption while loading the model. This can cause a denial of service in products using tensorflow-serving or other inference-as-a-service installments. We have added...

9CVSS3AI score0.00956EPSS
SaveExploits1References11Affected Software3
OSV
OSV
added 2020/09/25 6:28 p.m.8 views

GHSA-W5GH-2WR2-PM6G Denial of Service in Tensorflow

Impact Changing the TensorFlow's SavedModel protocol buffer and altering the name of required keys results in segfaults and data corruption while loading the model. This can cause a denial of service in products using tensorflow-serving or other inference-as-a-service installments. We have added...

9CVSS7AI score0.00956EPSS
SaveExploits1References11
OSV
OSV
added 2020/06/03 5:15 p.m.8 views

CVE-2020-3319

A vulnerability in Cisco Webex Network Recording Player and Cisco Webex Player for Microsoft Windows could allow an attacker to cause a process crash resulting in a Denial of service DoS condition for the player application on an affected system. The vulnerability exists due to insufficient...

3.3CVSS5.8AI score0.00658EPSS
SaveExploits0References1
CNVD
CNVD
added 2019/12/11 12:00 a.m.7 views

Samba Authorization Issues Vulnerability

Samba is a set of free software from the Samba team that enables UNIX series operating systems to connect to the SMB/CIFS network protocol of Microsoft Windows operating systems. The program supports sharing printers, transferring data files to each other, and so on. An authorization issue...

6.4CVSS9.2AI score0.02783EPSS
SaveExploits0References1
seebug.org
seebug.org
added 2017/11/13 12:00 a.m.89 views

Automated Logic WebCTRL 6.5 Unrestricted File Upload Remote Code Execution

Description WebCTRL suffers from an authenticated arbitrary code execution vulnerability. The issue is caused due to the improper verification when uploading Add-on .addons or .war files using the uploadwarfile servlet. This can be exploited to execute arbitrary code by uploading a malicious web...

4.6CVSS8.1AI score0.02368EPSS
SaveExploits6
Broadcom
Broadcom
added 2017/01/06 12:00 a.m.23 views

BSA-2017-178

Security Advisory ID : BSA-2017-178 Component : BNA Revision : 1.0: Final A Directory Traversal Vulnerability inDashboardFileReceiveServletin the Brocade Network Advisor versions released prior to and including 14.0.2 could allow remote attackers to upload malicious file in a section of the file...

10CVSS6.9AI score0.13033EPSS
SaveExploits0
Rows per page
Query Builder