Lucene search
+L

822 matches found

Prion
Prion
added 2018/10/01 8:29 a.m.22 views

Design/Logic Flaw

Nullsoft Scriptable Install System NSIS before 2.49 has unsafe implicit linking against Version.dll. In other words, there is no protection mechanism in which a wrapper function resolves the dependency at an appropriate time during runtime...

9.3CVSS6.9AI score0.01538EPSS
SaveExploits1References3Affected Software2
NVD
NVD
added 2018/10/01 8:29 a.m.26 views

CVE-2015-9268

Nullsoft Scriptable Install System NSIS before 2.49 has unsafe implicit linking against Version.dll. In other words, there is no protection mechanism in which a wrapper function resolves the dependency at an appropriate time during runtime...

9.3CVSS7.6AI score0.01538EPSS
SaveExploits1References3
OSV
OSV
added 2018/10/01 8:29 a.m.7 views

UBUNTU-CVE-2015-9268

Nullsoft Scriptable Install System NSIS before 2.49 has unsafe implicit linking against Version.dll. In other words, there is no protection mechanism in which a wrapper function resolves the dependency at an appropriate time during runtime...

7.8CVSS7.1AI score0.01538EPSS
SaveExploits1References3
CVE
CVE
added 2018/10/01 8:0 a.m.85 views

CVE-2015-9268

CVE-2015-9268 affects Nullsoft Scriptable Install System (NSIS) prior to 2.49, which has unsafe implicit linking against Version.dll. The description in the CVE notes that there is no protection mechanism to resolve the dependency at runtime, indicating a potential for misuse during installation ...

9.3CVSS7.4AI score0.01538EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2018/10/01 8:0 a.m.31 views

CVE-2015-9268

Nullsoft Scriptable Install System NSIS before 2.49 has unsafe implicit linking against Version.dll. In other words, there is no protection mechanism in which a wrapper function resolves the dependency at an appropriate time during runtime...

7.5AI score0.01538EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2018/10/01 8:0 a.m.53 views

CVE-2015-9268

Nullsoft Scriptable Install System NSIS before 2.49 has unsafe implicit linking against Version.dll. In other words, there is no protection mechanism in which a wrapper function resolves the dependency at an appropriate time during runtime...

9.3CVSS7.5AI score0.01538EPSS
SaveExploits1
Fedora
Fedora
added 2018/09/21 5:42 a.m.40 views

[SECURITY] Fedora 29 Update: nspr-4.20.0-1.fc29

NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management malloc and free and shared library linking...

5.9CVSS1.3AI score0.01496EPSS
SaveExploits0
Fedora
Fedora
added 2018/09/18 7:52 a.m.25 views

[SECURITY] Fedora 27 Update: nspr-4.20.0-1.fc27

NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management malloc and free and shared library linking...

5.9CVSS1.3AI score0.01496EPSS
SaveExploits0
Fedora
Fedora
added 2018/09/14 11:14 p.m.36 views

[SECURITY] Fedora 28 Update: nspr-4.20.0-1.fc28

NSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management malloc and free and shared library linking...

5.9CVSS1.3AI score0.01496EPSS
SaveExploits0
CNVD
CNVD
added 2018/09/11 12:0 a.m.6 views

ProtonVPN VPN client code execution vulnerability

ProtonVPN VPN client is a free VPN client application for anonymous access to the Internet. A code execution vulnerability exists in the linking feature of ProtonVPN VPN client version 1.5.1, which can be exploited to execute arbitrary commands with system privileges with the help of a specially...

9.3CVSS8.7AI score0.04651EPSS
SaveExploits1References1
Microsoft KB
Microsoft KB
added 2018/04/10 7:0 a.m.69 views

Description of the security update for Excel 2013: April 10, 2018

Description of the security update for Excel 2013: April 10, 2018 Summary This security update resolves vulnerabilities in Microsoft Office that could allow remote code execution if a user opens a specially crafted Office file. To learn more about these vulnerabilities, see the following Microsof...

9.3CVSS7.6AI score0.20878EPSS
SaveExploits0
OSV
OSV
added 2018/04/04 7:29 a.m.3 views

DEBIAN-CVE-2018-9261

In Wireshark 2.4.0 to 2.4.5 and 2.2.0 to 2.2.13, the NBAP dissector could crash with a large loop that ends with a heap-based buffer overflow. This was addressed in epan/dissectors/packet-nbap.c by prohibiting the self-linking of DCH-IDs...

7.5CVSS6.6AI score0.02938EPSS
SaveExploits1References1
Friends Of PHP
Friends Of PHP
added 2018/02/20 9:35 p.m.28 views

External link injection on 404 pages when linking to the current page.

More info at https://www.drupal.org/SA-CORE-2018-001...

5.8CVSS7.2AI score0.01196EPSS
SaveExploits0Affected Software1
Atlassian
Atlassian
added 2017/08/21 8:53 p.m.25 views

An issue can be linked to by ID even if link and browse permissions are absent

h3. Problem Definition: If you remove the Link Issues Permission and Browse Projects Permission a user can still create a link if they use the issue key. h3. Steps to Reproduce Create a Project Role and remove the "Browse Projects" and "Link Issues" permissions from that role in a target-project...

1.2AI score
SaveExploits0Affected Software1
exploitpack
exploitpack
added 2017/08/17 12:0 a.m.16 views

Microsoft Edge Chakra - InterpreterStackFrame::ProcessLinkFailedAsmJsModule Incorrectly Re-parses

Microsoft Edge Chakra - InterpreterStackFrame::ProcessLinkFailedAsmJsModule Incorrectly Re-parses GetOriginalEntryPoint : nullptr; if this-pCurrentFunction && this-pCurrentFunction-IsFunctionParsed Assertthis-pCurrentFunction-StartInDocument == pnode-ichMin; pCurrentFunction" is the consturctor,...

1AI score
SaveExploits0
Filippo.io
Filippo.io
added 2017/08/15 12:20 p.m.83 views

rustgo: calling Rust from Go with near-zero overhead

русский Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptography is unforgiving. Wouldn't it ...

6.9AI score
SaveExploits0
Filippo.io
Filippo.io
added 2017/08/15 12:20 p.m.23 views

rustgo: calling Rust from Go with near-zero overhead

русский Go has good support for calling into assembly, and a lot of the fast cryptographic code in the stdlib is carefully optimized assembly, bringing speedups of over 20 times. However, writing assembly code is hard, reviewing it is possibly harder, and cryptography is unforgiving. Wouldn't it ...

6.6AI score
SaveExploits0
CNVD
CNVD
added 2017/08/15 12:0 a.m.4 views

Multiple Reflective Cross-Site Scripting Vulnerabilities in Treehole Outbound Linking System

Treehole external chain system is a free and open source PHP external chain network disk system, support for seven cattle, local, remote three kinds of storage methods, support for multi-user system. TreeHole Outbound Linking System '\content\common\vplayer.php' and '\views\error.php' files have...

5.8AI score
SaveExploits0
Prion
Prion
added 2017/08/09 12:29 p.m.19 views

Design/Logic Flaw

When linking a Nessus scanner or agent to Tenable.io or other manager, Nessus 6.x before 6.11 does not verify the manager's TLS certificate when making the initial outgoing connection. This could allow man-in-the-middle attacks...

5.8CVSS7.3AI score0.00571EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2017/08/09 12:29 p.m.7 views

CVE-2017-11506

When linking a Nessus scanner or agent to Tenable.io or other manager, Nessus 6.x before 6.11 does not verify the manager's TLS certificate when making the initial outgoing connection. This could allow man-in-the-middle attacks...

7.4CVSS5.8AI score0.00571EPSS
SaveExploits0References2
Rows per page
Query Builder