Lucene search
+L

7364 matches found

CNNVD
CNNVD
added 2023/03/17 12:0 a.m.12 views

Discourse 信息泄露漏洞

Discourse is an open source community discussion platform. The platform includes community, email, and chat room features. Discourse suffers from an information disclosure vulnerability that stems from the fact that the number of topics displayed by tabs counts only the unread regular topic limit...

4.3CVSS5AI score0.00534EPSS
SaveExploits0References6
OSV
OSV
added 2023/03/16 9:15 p.m.9 views

CVE-2023-22880

Zoom for Windows clients before version 5.13.3, Zoom Rooms for Windows clients before version 5.13.5 and Zoom VDI for Windows clients before 5.13.1 contain an information disclosure vulnerability. A recent update to the Microsoft Edge WebView2 runtime used by the affected Zoom clients, transmitte...

7.5CVSS7.1AI score0.00983EPSS
SaveExploits0References1
Prion
Prion
added 2023/03/16 9:15 p.m.35 views

Information disclosure

Zoom for Windows clients before version 5.13.3, Zoom Rooms for Windows clients before version 5.13.5 and Zoom VDI for Windows clients before 5.13.1 contain an information disclosure vulnerability. A recent update to the Microsoft Edge WebView2 runtime used by the affected Zoom clients, transmitte...

5CVSS7.1AI score0.00983EPSS
SaveExploits0References1Affected Software3
NVD
NVD
added 2023/03/15 11:15 p.m.32 views

CVE-2023-28098

OpenSIPS is a Session Initiation Protocol SIP server implementation. Prior to versions 3.1.7 and 3.2.4, a specially crafted Authorization header causes OpenSIPS to crash or behave in an unexpected way due to a bug in the function parseparamname . This issue was discovered while performing coverag...

7.5CVSS6.5AI score0.00905EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2023/03/15 10:11 p.m.38 views

CVE-2023-28098 OpenSIPS has vulnerability in the Digest Authentication Parser

OpenSIPS is a Session Initiation Protocol SIP server implementation. Prior to versions 3.1.7 and 3.2.4, a specially crafted Authorization header causes OpenSIPS to crash or behave in an unexpected way due to a bug in the function parseparamname . This issue was discovered while performing coverag...

5.9CVSS7.6AI score0.00905EPSS
SaveExploits0References3
Debian
Debian
added 2023/03/11 7:39 p.m.137 views

[SECURITY] [DLA 3357-1] imagemagick security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-3357-1 [email protected] https://www.debian.org/lts/security/ Bastien Roucariès March 11, 2023 https://wiki.debian.org/LTS -...

7.8CVSS7.6AI score0.89855EPSS
SaveExploits56
Schneier on Security
Schneier on Security
added 2023/03/10 8:5 p.m.16 views

Elephant Hackers

An elephant uses its right-of-way privileges to stop sugar-cane trucks and grab food...

3.6AI score
SaveExploits0
Code423n4
Code423n4
added 2023/03/09 12:0 a.m.4 views

function applyTargetPermissions() from PermissonManager.sol should use external grant function instead of internal function

Lines of code Vulnerability details Summary applySingleTargetPermissions and applyMultiTargetPermissions use internal function grant, revoke, grantWithCondition in a loop. Each of these internal function have an external function grant, revoke, grantWithCondition do the same thing with extra step...

7.2AI score
SaveExploits0
Ubuntu
Ubuntu
added 2023/03/08 1:2 p.m.113 views

USN-5936-1: Samba vulnerabilities

Evgeny Legerov discovered that Samba incorrectly handled buffers in certain GSSAPI routines of Heimdal. A remote attacker could possibly use this issue to cause Samba to crash, resulting in a denial of service. CVE-2022-3437 Tom Tervoort discovered that Samba incorrectly used weak rc4-hmac Kerber...

9.8CVSS7.6AI score0.06419EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2023/03/07 8:13 p.m.17 views

Maligned causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

2.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/03/07 8:13 p.m.2 views

GHSA-WM8X-PHP5-HVQ6 Maligned causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

5.8AI score
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/03/07 3:13 a.m.7 views

SUSE CVE-2023-25736

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

9.8CVSS8.5AI score0.00685EPSS
SaveExploits0References4
Amazon
Amazon
added 2023/03/07 12:0 a.m.105 views

Medium: ImageMagick

Issue Overview: An integer overflow issue was discovered in ImageMagick's ExportIndexQuantum function in MagickCore/quantum-export.c. Function calls to GetPixelIndex could result in values outside the range of representable for the 'unsigned char'. When ImageMagick processes a crafted pdf file,...

7.8CVSS7.2AI score0.89855EPSS
SaveExploits33
Code423n4
Code423n4
added 2023/03/07 12:0 a.m.15 views

ReaperBaseStrategyv4 is not Initializable

Lines of code Vulnerability details Impact ReaperStrategyGranarySupplyOnly calls function ReaperBaseStrategyinit from ReaperBaseStrategyv4, but ReaperBaseStrategyv4 is not Initializable. If the ReaperBaseStrategyinit function is not called during contract initialization, it can cause critical...

6.9AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2023/03/06 5:0 p.m.58 views

Protecting Android clipboard content from unintended exposure

Considering mobile users often use the clipboard to copy and paste sensitive information, like passwords or payment information, clipboard contents can be an attractive target for cyberattacks. Leveraging clipboards can enable attackers to collect target information and exfiltrate useful data...

6.8AI score
SaveExploits0
OSV
OSV
added 2023/03/04 12:0 p.m.14 views

RUSTSEC-2023-0017 `maligned::align_first` causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

7AI score
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2023/02/27 11:24 a.m.22 views

Security Bulletin: Certifi package as used by IBM QRadar User Behavior Analytics is vulnerable to improper certificate validation (CVE-2022-23491)

Summary The Certifi package as used by IBM QRadar User Behavior Analytics is vulnerable to improper certificate validation. This package has been updated in the latest release and the vulnerability has been addressed. Please follow the instructions in the Remediation/Fixes section below to update...

7.5CVSS6.8AI score0.00535EPSS
SaveExploits0Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/02/27 2:48 a.m.8 views

Malicious code in tppyencodepull (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: checkmarx b00d54d55ac515db630e72e6e0c819437b4e0290d7810c9ab73e7eee5ed778b1 EsqueleSquad group published nearly 6000 malicious PyPi and NPM packages, executing spyware and information-stealing malware...

7AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/02/26 8:15 p.m.7 views

Malicious code in tphydraloadsuper (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: checkmarx ad8ff8977a9fb4ee5e2c6a68a8de5a6b760fc8b0b98cf1ce61c08f5348856e9b EsqueleSquad group published nearly 6000 malicious PyPi and NPM packages, executing spyware and information-stealing malware...

7AI score
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/02/25 5:18 p.m.6 views

Malicious code in liblgtbpong (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: checkmarx 19adc26221a6196428b840ca68cd32cf7672dad462832e253343fcaef558c8ca EsqueleSquad group published nearly 6000 malicious PyPi and NPM packages, executing spyware and information-stealing malware...

7AI score
SaveExploits0References1
Rows per page
Query Builder