Lucene search
+L

2804 matches found

Veracode
Veracode
added 2022/06/13 3:49 a.m.23 views

Command Injection

Nuitka is vulnerable to command injection. The vulnerability exists in the main function of main.py, allowing an attacker with the privileges of the running program by setting NUITKAPYTHONPATH, NUITKANAMESPACES or NUITKAPTHIMPORTED to inject and execute malicious payload strings...

8.4CVSS7.8AI score0.00526EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/06/09 12:50 p.m.61 views

CVE-2022-26364

x86 pv: Insufficient care with non-coherent mappings This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. Xen maintains a type reference count for pages, in addition to a regular reference count. This scheme is used to...

7.2AI score0.00494EPSS
SaveExploits3References8
Debian CVE
Debian CVE
added 2022/06/09 12:50 p.m.93 views

CVE-2022-26363

x86 pv: Insufficient care with non-coherent mappings This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. Xen maintains a type reference count for pages, in addition to a regular reference count. This scheme is used to...

7.2CVSS1.2AI score0.00341EPSS
SaveExploits0
OSV
OSV
added 2022/06/02 8:37 p.m.6 views

GHSA-F5X9-8JWC-25RW Uncaught Exception (due to a data race) leads to process termination in Waitress

Impact Waitress may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing the entire application to be killed. Patches This issue has been fixed in Waitress 2.1.2 ...

7.1CVSS5.7AI score0.01432EPSS
SaveExploits1References7
NVD
NVD
added 2022/06/02 2:15 p.m.29 views

CVE-2021-42200

An issue was discovered in swftools through 20201222. A NULL pointer dereference exists in the function main located in swfdump.c. It allows an attacker to cause Denial of Service...

5.5CVSS0.00678EPSS
SaveExploits1References1
Prion
Prion
added 2022/06/02 2:15 p.m.18 views

Null pointer dereference

An issue was discovered in swftools through 20201222. A NULL pointer dereference exists in the function main located in swfdump.c. It allows an attacker to cause Denial of Service...

4.3CVSS5.3AI score0.00678EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2022/06/02 12:0 a.m.5 views

Swftools 代码问题漏洞

Swftools is a set of utilities for working with Adobe Flash files SWF files. A null pointer dereference vulnerability exists in Swftools 2020-12-22 and earlier versions, which stems from the presence of a NULL pointer dereference in the function main located in swfdump.c. The vulnerability can be...

5.5CVSS5.6AI score0.00678EPSS
SaveExploits1References2
OSV
OSV
added 2022/05/31 11:15 p.m.7 views

AZL-43513 CVE-2022-31015 affecting package python-waitress 1.4.4-7

Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing t...

5.9CVSS6.3AI score0.01432EPSS
SaveExploits1References1
OSV
OSV
added 2022/05/31 11:15 p.m.12 views

PYSEC-2022-205

Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing t...

6.5CVSS5.7AI score0.01432EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2022/05/31 10:50 p.m.9 views

CVE-2022-31015 Uncaught Exception (due to a data race) leads to process termination in Waitress

Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select. This will lead to the main thread raising an exception that is not handled and then causing t...

6.5CVSS6.6AI score0.01432EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2022/05/31 5:36 p.m.67 views

CVE-2021-42200

Removed by vendor...

5.5CVSS5.5AI score0.00678EPSS
SaveExploits1
NVD
NVD
added 2022/05/25 9:15 p.m.47 views

CVE-2022-29252

XWiki Platform Wiki UI Main Wiki is a package for managing subwikis. Starting with version 5.3-milestone-2, XWiki Platform Wiki UI Main Wiki contains a possible cross-site scripting vector in the WikiManager.JoinWiki wiki page related to the "requestJoin" field. The issue is patched in versions...

7.4CVSS0.00941EPSS
SaveExploits0References3
Prion
Prion
added 2022/05/25 9:15 p.m.33 views

Cross site scripting

XWiki Platform Wiki UI Main Wiki is a package for managing subwikis. Starting with version 5.3-milestone-2, XWiki Platform Wiki UI Main Wiki contains a possible cross-site scripting vector in the WikiManager.JoinWiki wiki page related to the "requestJoin" field. The issue is patched in versions...

4.3CVSS5.9AI score0.00941EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/05/25 8:55 p.m.93 views

CVE-2022-29252

XWiki Platform Wiki UI Main Wiki contains a cross-site scripting vector in the WikiManager.JoinWiki page (field requestJoin) starting with version 5.3-milestone-2. The issue is patched in versions 12.10.11, 14.0-rc-1, 13.4.7, and 13.10.3. A workaround is to edit WikiManager.JoinWiki using the wik...

7.4CVSS6.2AI score0.00941EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:37 p.m.26 views

futures_task::noop_waker_ref can segfault due to dereferencing a NULL pointer

Affected versions of the crate used a UnsafeCell in thread-local storage to return a noop waker reference, assuming that the reference would never be returned from another thread. This resulted in a segmentation fault crash if Waker::wakebyref was called on a waker returned from another thread du...

5.5CVSS5.4AI score0.00402EPSS
SaveExploits1References4Affected Software1
vulnersOsv
vulnersOsv
added 2022/05/24 4:56 p.m.7 views

org.apache.jspwiki.it:jspwiki-selenide-tests (>=2.11.0.M1 <=2.11.0.M4), org.apache.jspwiki:jspwiki-markdown (>=2.11.0.M1 <=2.11.0.M4) +2 more potentially affected by CVE-2019-12407 via org.apache.jspwiki:jspwiki-main (>=2.11.0.M1 <=2.11.0.M4)

org.apache.jspwiki:jspwiki-main MAVEN version =2.11.0.M1, =2.11.0.M1, =2.11.0.M1, =2.11.0.M1, =2.11.0.M4 Source cves: CVE-2019-12407 Source advisory: OSV:GHSA-P2R4-RPJ8-M2P9...

6.1CVSS6.3AI score0.02913EPSS
SaveExploits0
Prion
Prion
added 2022/05/20 9:15 p.m.16 views

Design/Logic Flaw

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. Rundeck community and rundeck-enterprise docker images contained a pre-generated SSH keypair. If the idrsa.pub public key of the keypair was copied to authorizedkeys files on remote host, those hosts...

6.8CVSS9.4AI score0.01125EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/05/18 5:15 p.m.10 views

CVE-2022-1734

A flaw in Linux Kernel found in nfcmrvlnciunregisterdev in drivers/nfc/nfcmrvl/main.c can lead to use after free both read or write when non synchronized between cleanup routine and firmware download routine...

7CVSS6.7AI score0.00526EPSS
SaveExploits1References7
OSV
OSV
added 2022/05/17 5:7 a.m.6 views

GHSA-4GFX-P2J4-W2VH Alkacon OpenCMS XSS via title and requestedResource parameters

Multiple cross-site scripting XSS vulnerabilities in Alkacon OpenCms before 8.5.2 allow remote attackers to inject arbitrary web script or HTML via the 1 title parameter to system/workplace/views/admin/admin-main.jsp or the 2 requestedResource parameter to system/login/index.html...

5.3CVSS6AI score0.01878EPSS
SaveExploits3References5
Tenable Nessus
Tenable Nessus
added 2022/05/10 12:0 a.m.53 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : kernel Multiple Vulnerabilities (NS-SA-2022-0014)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has kernel packages installed that are affected by multiple vulnerabilities: - An issue was discovered in the Linux kernel before 5.2.6. On NUMA systems, the Linux fair scheduler has a use-after-free in shownumastats because NU...

7.8CVSS6.8AI score0.00819EPSS
SaveExploits2References9
Rows per page
Query Builder