Lucene search
+L

7342 matches found

hivepro
hivepro
added 2021/09/09 10:18 a.m.30 views

AntiVirus Evasion Techniques

Introduction Antivirus software looks for, detects, and eliminates viruses as well as other harmful software such as worms, trojans, adware, and others. Such programs are intended to be used as a preventative measure in cyber security, preventing threats from entering your computer and causing...

0.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2021/09/08 3:0 p.m.54 views

CVE-2021-22004

Removed by vendor...

6.4CVSS7.9AI score0.00346EPSS
SaveExploits0
The Hacker News
The Hacker News
added 2021/09/08 12:38 p.m.18 views

3 Ways to Secure SAP SuccessFactors and Stay Compliant

The work-from-anywhere economy has opened up the possibility for your human resources team to source the best talent from anywhere. To scale their operations, organizations are leveraging the cloud to accelerate essential HR functions such as recruiting, onboarding, evaluating, and more. SAP is...

6.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2021/09/08 12:0 a.m.6 views

PT-2021-14842 · Saltstack +1 · Saltstack Salt +1

Name of the Vulnerable Software and Affected Versions: SaltStack Salt versions prior to 3003.3 Description: An issue was discovered that allows a malicious actor to subvert the proper behavior of the minion software. This occurs when the salt minion installer accepts and uses a minion config file...

9.8CVSS7.2AI score0.99585EPSS
SaveExploits15References71
Code423n4
Code423n4
added 2021/09/08 12:0 a.m.9 views

Privilige escalation in ERC1155

Handle cmichel Vulnerability details Vulnerability Details The ERC1155.checkPostTransferEvent function allows the from address to specify trades that are executed by the to address if to approved msg.sender. Impact An approved account can execute arbitrary batch actions on behalf of the approver,...

7.5AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2021/09/07 12:0 a.m.39 views

EulerOS 2.0 SP5 : ImageMagick (EulerOS-SA-2021-2334)

According to the versions of the ImageMagick packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A flaw was found in ImageMagick in versions before 7.0.11 and before 6.9.12, where a division by zero in WaveImage of...

7.8CVSS7.4AI score0.0238EPSS
SaveExploits0References5
Huntr
Huntr
added 2021/09/05 12:50 p.m.10 views

in fisharebest/webtrees

✍️ Description The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere. The Forgot Password feature can be exploited to conduct user enumeration. If the given email exists in the...

SaveExploits0References1
CNNVD
CNNVD
added 2021/09/02 12:0 a.m.9 views

Sonatype Nexus Repository 注入漏洞

Sonatype Nexus Repository is a repository manager from Sonatype, Inc. that is used to manage, store, and distribute software, among other things. A security vulnerability exists in Sonatype Nexus Repository, which originates. An attacker can exploit the vulnerability to add new headers to Sonatyp...

8.2CVSS7.8AI score0.02322EPSS
SaveExploits0References4
Veracode
Veracode
added 2021/09/01 2:31 a.m.26 views

Denial Of Service (DoS)

neutron is vulnerable to denial of service. An authenticated user may send a malicious extradhcpopts value to add arbitrary configuration to the dnsmasq process in order to crash the service, change parameters for other tenants sharing the same interface, or otherwise alter that daemons behavior...

6.5CVSS4.5AI score0.0183EPSS
SaveExploits1References7Affected Software2
NVD
NVD
added 2021/08/31 5:15 p.m.18 views

CVE-2021-22684

Tizen RT RTOS version 3.0.GBB is vulnerable to integer wrap-around in functionscalloc and mmzalloc. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash...

7.5CVSS0.01105EPSS
SaveExploits0References1
CVE
CVE
added 2021/08/31 4:38 p.m.87 views

CVE-2021-22684

CVE-2021-22684 affects Samsung Tizen RT RTOS 3.0.GBB. It is caused by integer wrap-around in memory allocation helpers calloc and mm_zalloc, leading to improper memory assignment and potential arbitrary memory allocation or a crash. Connected sources confirm the vulnerability and CVE assignment; ...

7.5CVSS7.5AI score0.01105EPSS
SaveExploits0References1Affected Software1
Wired Threat Level
Wired Threat Level
added 2021/08/29 1:0 p.m.31 views

6 Things You Need to Do to Prevent Getting Hacked

You are your own biggest weakness, but changing just a few of your behaviors can reduce the chances that your online accounts get breached...

2.8AI score
SaveExploits0
OSV
OSV
added 2021/08/25 9:0 p.m.24 views

GHSA-PFJQ-935C-4895 Data races in v9

Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone & T::fmt. It is possible to create da...

8.1CVSS8AI score0.01059EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2021/08/25 9:0 p.m.22 views

Data races in v9

Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef. SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone & T::fmt. It is possible to create da...

6.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 9:0 p.m.54 views

GHSA-GQ4H-F254-7CW9 Duplicate Advisory: Data races in ticketed_lock

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-77m6-x95j-75r5. This link is maintained to preserve external references. Original Description Affected versions of this crate unconditionally implemented Send for ReadTicket & WriteTicket. This allows to send...

8.1CVSS7.5AI score0.00766EPSS
SaveExploits0References3
OSV
OSV
added 2021/08/25 9:0 p.m.45 views

GHSA-8892-84WF-CG8F SyncChannel<T> can move 'T: !Send' to other threads

Affected versions of this crate unconditionally implement Send/Sync for SyncChannel. SyncChannel doesn't provide access to &T but merely serves as a channel that consumes and returns owned T. Users can create UB in safe Rust by sending T: !Send to other threads with SyncChannel::send/recv APIs...

8.1CVSS5.9AI score0.00766EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 9:0 p.m.23 views

Queue<T> should have a Send bound on its Send/Sync traits

Affected versions of this crate unconditionally implements Send/Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

3.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2021/08/25 9:0 p.m.5 views

GHSA-V42F-J8FX-99F3 Queue<T> should have a Send bound on its Send/Sync traits

Affected versions of this crate unconditionally implements Send/Sync for Queue. This allows 1 creating data races to a T: !Sync and 2 sending T: !Send to other threads, resulting in memory corruption or other undefined behavior...

7.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/08/25 9:0 p.m.12 views

Race condition in Parc

In the affected versions of this crate, LockWeak unconditionally implemented Send with no trait bounds on T. LockWeak doesn't own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races...

6.8AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.17 views

Data races in multiqueue

Affected versions of multiqueue unconditionally implemented Send for types used in queue implementations InnerSend, InnerRecv, FutInnerSend, FutInnerRecv. This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior...

6.8AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder