Lucene search
+L

1171 matches found

Rapid7 Blog
Rapid7 Blog
added 2021/11/05 5:1 p.m.29 views

New NPM library hijacks (coa and rc)

On Thursday, November 4, 2021, barely more than a week after ua-parser-js was hijacked, another popular NPM library called coa Command-Option-Argument, which is used in React packages around the world, was hijacked to distribute credential-stealing malware. The developer community noticed somethi...

6.7AI score
SaveExploits0
OSV
OSV
added 2021/11/04 4:24 p.m.12 views

GHSA-G2Q5-5433-RHRF Embedded malware in rc

The npm package rc had versions published with malicious code. Users of affected versions 1.2.9, 1.3.9, and 2.3.9 should downgrade to 1.2.8 as soon as possible and check their systems for suspicious activity. Any computer that has this package installed or running should be considered fully...

7AI score
SaveExploits0References4
NVD
NVD
added 2021/10/14 6:15 p.m.17 views

CVE-2021-32571

In OSS-RC systems of the release 18B and older during data migration procedures certain files containing usernames and passwords are left in the system undeleted but in folders accessible by top privileged accounts only. NOTE: This vulnerability only affects products that are no longer supported ...

4.9CVSS0.00826EPSS
SaveExploits0References1
OSV
OSV
added 2021/10/14 6:15 p.m.9 views

CVE-2021-32571

In OSS-RC systems of the release 18B and older during data migration procedures certain files containing usernames and passwords are left in the system undeleted but in folders accessible by top privileged accounts only. NOTE: This vulnerability only affects products that are no longer supported ...

4.9CVSS5.8AI score0.00826EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/10/14 6:15 p.m.5 views

CVE-2021-32571

In OSS-RC systems of the release 18B and older during data migration procedures certain files containing usernames and passwords are left in the system undeleted but in folders accessible by top privileged accounts only. NOTE: This vulnerability only affects products that are no longer supported ...

4.9CVSS6.1AI score0.00826EPSS
SaveExploits0References2
Prion
Prion
added 2021/10/14 6:15 p.m.17 views

Code injection

UNSUPPORTED WHEN ASSIGNED In OSS-RC systems of the release 18B and older during data migration procedures certain files containing usernames and passwords are left in the system undeleted but in folders accessible by top privileged accounts only. NOTE: This vulnerability only affects products tha...

4CVSS5.1AI score0.00826EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2021/10/14 5:15 p.m.15 views

CVE-2021-32569

In OSS-RC systems of the release 18B and older customer documentation browsing libraries under ALEX are subject to Cross-Site Scripting. This problem is completely resolved in new Ericsson library browsing tool ELEX used in systems like Ericsson Network Manager. NOTE: This vulnerability only...

6.1CVSS0.00582EPSS
SaveExploits0References1
Prion
Prion
added 2021/10/14 5:15 p.m.20 views

Cross site scripting

UNSUPPORTED WHEN ASSIGNED In OSS-RC systems of the release 18B and older customer documentation browsing libraries under ALEX are subject to Cross-Site Scripting. This problem is completely resolved in new Ericsson library browsing tool ELEX used in systems like Ericsson Network Manager. NOTE: Th...

4.3CVSS6.2AI score0.00582EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/10/14 5:3 p.m.55 views

CVE-2021-32571

CVE-2021-32571 affects OSS-RC systems (release 18B and older). The issue arises during data migration, where files containing usernames and passwords are left undeleted yet reside in folders accessible by top-privileged accounts. Impact is described as exposure to partially confidential data due ...

4.9CVSS5AI score0.00826EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/10/14 5:3 p.m.22 views

CVE-2021-32571

In OSS-RC systems of the release 18B and older during data migration procedures certain files containing usernames and passwords are left in the system undeleted but in folders accessible by top privileged accounts only. NOTE: This vulnerability only affects products that are no longer supported ...

5.3AI score0.00826EPSS
SaveExploits0References1
CVE
CVE
added 2021/10/14 5:0 p.m.49 views

CVE-2021-32569

CVE-2021-32569 affects OSS-RC systems using ALEX-based customer documentation browsing libraries (OSS-RC release 18B and older). The issue is Cross-Site Scripting caused by inadequate validation in the web-facing components; Red Hat/NVD entries reiterate the same. Affected products are no longer ...

6.1CVSS6.2AI score0.00582EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/10/14 5:0 p.m.24 views

CVE-2021-32569

In OSS-RC systems of the release 18B and older customer documentation browsing libraries under ALEX are subject to Cross-Site Scripting. This problem is completely resolved in new Ericsson library browsing tool ELEX used in systems like Ericsson Network Manager. NOTE: This vulnerability only...

6.4AI score0.00582EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2021/10/14 12:0 a.m.8 views

PT-2021-19786 · Ericsson · Ericsson Network Manager +1

Name of the Vulnerable Software and Affected Versions: OSS-RC versions 18B and older Description: The issue affects OSS-RC systems during data migration procedures, where files containing usernames and passwords are left undeleted in folders accessible by top privileged accounts only. This issue...

4.9CVSS6.9AI score0.00826EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.41 views

Data races in bunch

An issue was discovered in the bunch crate through 2020-11-12 for Rust. Affected versions of this crate unconditionally implements Send/Sync for Bunch. This allows users to insert T: !Sync to Bunch. It is possible to create a data race to a T: !Sync by invoking the Bunch::get API which returns &T...

8.1CVSS7.7AI score0.01249EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.26 views

Data races in convec

Affected versions of this crate unconditionally implement Send/Sync for ConVec. This allows users to insert T that is not Send or not Sync. This allows users to create data races by using non-Send types like Arc or Rc as T in ConVec. It is also possible to create data races by using types like Ce...

8.1CVSS7.7AI score0.00766EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:59 p.m.33 views

Data races in async-coap

An issue was discovered in the async-coap crate through 2020-12-08 for Rust. Affected versions of this crate implement Send/Sync for ArcGuard with no trait bounds on RC. This allows users to send RC: !Send to other threads and also allows users to concurrently access Rc: !Sync from multiple...

8.1CVSS8AI score0.00766EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:57 p.m.25 views

Data races in generator

The Generator type is an iterable which uses a generator function that yields values. In affected versions of the crate, the provided function yielding values had no Send bounds despite the Generator itself implementing Send. The generator function lacking a Send bound means that types that are...

5.9CVSS5.6AI score0.01094EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.14 views

Data races in generator

The Generator type is an iterable which uses a generator function that yields values. In affected versions of the crate, the provided function yielding values had no Send bounds despite the Generator itself implementing Send. The generator function lacking a Send bound means that types that are...

2.1AI score
SaveExploits0References4Affected Software1
BDU FSTEC
BDU FSTEC
added 2021/08/19 12:0 a.m.12 views

The vulnerability of the SSH server on the ROSA KOBALT operating system lies in the use of weak encryption algorithms such as RC4 and Blowfish. This allows attackers to circumvent cryptographic security measures.

The vulnerability of the SSH server on the ROS KOBALT operating system is related to the use of weak encryption algorithms such as RC4 and Blowfish. Exploiting this vulnerability allows a remote attacker to circumvent the cryptographic security measures...

6.5CVSS5.6AI score
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/08/13 2:15 p.m.6 views

CVE-2021-3573

A use-after-free in function hcisockboundioctl of the Linux kernel HCI subsystem was found in the way user calls ioct HCIUNBLOCKADDR or other way triggers race condition of the call hciunregisterdev together with one of the calls hcisockblacklistadd, hcisockblacklistdel, hcigetconninfo,...

6.9CVSS5.4AI score0.0037EPSS
SaveExploits1References5
Rows per page
Query Builder