Lucene search
+L

4036 matches found

OSV
OSV
added 2021/11/15 4:15 p.m.8 views

CVE-2021-41950

A directory traversal issue in ResourceSpace 9.6 before 9.6 rev 18277 allows remote unauthenticated attackers to delete arbitrary files on the ResourceSpace server via the provider and variant parameters in pages/ajax/tiles.php. Attackers can delete configuration or source code files, causing the...

9.1CVSS7.5AI score0.74857EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/11/15 12:0 a.m.10 views

Montala ResourceSpace 路径遍历漏洞

ResourceSpace is a digital asset management tool that enables users to organize their digital assets. a directory traversal vulnerability exists in ResourceSpace. An attacker could exploit the vulnerability to delete arbitrary files on the ResourceSpace server via the provider and variant...

9.1CVSS5.9AI score0.74857EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2021/11/15 12:0 a.m.15 views

PT-2021-23456 · Unknown · Resourcespace

Name of the Vulnerable Software and Affected Versions: ResourceSpace versions 9.6 through 9.6 rev 18277 Description: A directory traversal issue allows remote unauthenticated attackers to delete arbitrary files on the server via the provider and variant parameters in "pages/ajax/tiles.php"...

9.1CVSS9.2AI score0.74857EPSS
SaveExploits1References5
AlmaLinux
AlmaLinux
added 2021/11/02 10:34 a.m.19 views

scap-security-guide bug fix and enhancement update

The scap-security-guide project provides a guide for configuration of the system from the final system's security point of view. The guidance is specified in the Security Content Automation Protocol SCAP format and constitutes a catalog of practical hardening advice, linked to government...

6.9AI score
SaveExploits0
ThreatPost
ThreatPost
added 2021/10/06 8:34 p.m.55 views

VMware ESXi Servers Encrypted by Lightning-Fast Python Script

Researchers have discovered a new Python ransomware from an unnamed gang that’s striking ESXi servers and virtual machines VMs with what they called “sniper-like” speed. Sophos said on Tuesday that the ransomware is being used to compromise and encrypt VMs hosted on an ESXi hypervisor in operatio...

7.8AI score
SaveExploits0References11
Trend Micro Simply Security
Trend Micro Simply Security
added 2021/10/01 12:0 a.m.10 views

This Week in Security News – October 1, 2021

Welcome to our weekly roundup, where we share what you need to know about cybersecurity news and events that happened over the past few days. This week, learn about Zloader, a notable recent ZBOT variant. Also, read on a recently introduced bill that would mandate ransom payment reporting...

2.5AI score
SaveExploits0
Trend Micro Simply Security
Trend Micro Simply Security
added 2021/09/24 12:0 a.m.14 views

This Week in Security News - September 24, 1021

Water Basilik Uses New HCrypt Variant to Flood Victims With RAT Payloads & Biden Administration Issues Sanctions To Counter Ransomware...

2AI score
SaveExploits0
Trend Micro Simply Security
Trend Micro Simply Security
added 2021/09/20 12:0 a.m.8 views

Water Basilisk Uses New HCrypt Variant to Flood Victims with RAT Payloads

In this blog entry we look into a fileless campaign that used a new HCrypt variant to distribute numerous remote access trojans RATs in victim systems. This new variant also uses an updated obfuscation mechanism which we detail...

1.4AI score
SaveExploits0
HackRead
HackRead
added 2021/09/16 12:0 p.m.40 views

Fake TeamViewer download ads distributing new ZLoader variant

By Deeba Ahmed According to researchers, the new campaign uses fake TeamViewer download ads to trick users into downloading the Zloader malware. This is a post from HackRead.com Read the original post: Fake TeamViewer download ads distributing new ZLoader variant...

4.9AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/09/14 11:15 a.m.5 views

CVE-2021-37206

A vulnerability has been identified in SIPROTEC 5 relays with CPU variants CP050 All versions V8.80, SIPROTEC 5 relays with CPU variants CP100 All versions V8.80, SIPROTEC 5 relays with CPU variants CP300 All versions V8.80. Received webpackets are not properly processed. An unauthenticated remot...

7.5CVSS7AI score0.01433EPSS
SaveExploits0References2
NCSC
NCSC
added 2021/09/14 12:0 a.m.5 views

Vulnerability fixed in Citrix ShareFile Storage Zones

A security issue has been fixed in the Citrix ShareFile storage area controller that, if exploited, would allow an unauthenticated malicious person would be able to remotely compromise the storage zone controller. All currently supported versions of the Citrix ShareFile storage zone controller...

10CVSS6.2AI score0.53585EPSS
SaveExploits1
OSV
OSV
added 2021/08/25 2:43 p.m.16 views

GHSA-6GV8-P3VJ-PXVR Null pointer dereference in `UncompressElement`

Impact The code for tf.rawops.UncompressElement can be made to trigger a null pointer dereference: python import tensorflow as tf data = tf.data.Dataset.fromtensors0.0 tf.rawops.UncompressElement compressed=tf.data.experimental.tovariantdata, outputtypes=tf.int64, outputshapes=2 The implementatio...

8.6CVSS5.9AI score0.0016EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:42 p.m.19 views

GHSA-W4XF-2PQW-5MQ7 Reference binding to nullptr in `RaggedTensorToVariant`

Impact An attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToVariant: python import tensorflow as tf tf.rawops.RaggedTensorToVariant rtnestedsplits=, rtdensevalues=1,2,3, batchedinput=True The implementation has an incomplete validation of the...

8.5CVSS6.4AI score0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/25 2:41 p.m.6 views

GHSA-G8WG-CJWC-XHHP Heap OOB in nested `tf.map_fn` with `RaggedTensor`s

Impact It is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tensor and fills output buffer with uninitialized contents from the heap: python import...

8.4CVSS6.5AI score0.00181EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/08/25 2:41 p.m.33 views

Heap OOB in nested `tf.map_fn` with `RaggedTensor`s

Impact It is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tensor and fills output buffer with uninitialized contents from the heap: python import...

7.8CVSS7.8AI score0.00181EPSS
SaveExploits0References7Affected Software3
The Hacker News
The Hacker News
added 2021/08/24 11:6 a.m.41 views

Researchers Warn of 4 Emerging Ransomware Groups That Can Cause Havoc

Cybersecurity researchers on Tuesday took the wraps off four up-and-coming ransomware groups that could pose a serious threat to enterprises and critical infrastructure, as the ripple effect of a recent spurt in ransomware incidents show that attackers are growing more sophisticated and more...

1.3AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2021/08/17 2:12 p.m.52 views

Analysts “strongly believe” the Russian state colludes with ransomware gangs

"We have the smoke, the smell of gunpowder and a bullet casing. But we do not have the gun to link the activity to the Kremlin." This is what Jon DiMaggio, Chief Security Stretegist for Analyst1, said in an interview with CBS News following the release of its latest whitepaper, entitled "Nation...

6.7AI score
SaveExploits0
PyPA
PyPA
added 2021/08/12 11:15 p.m.8 views

PYSEC-2021-592

TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tens...

7.8CVSS7.2AI score0.00181EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/08/12 11:15 p.m.7 views

PYSEC-2021-301

TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tens...

7.8CVSS6.1AI score0.00181EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/08/12 10:20 p.m.39 views

CVE-2021-37679 Heap OOB in nested `tf.map_fn` with `RaggedTensor`s in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tens...

7.1CVSS8.1AI score0.00181EPSS
SaveExploits0References2
Rows per page
Query Builder