Lucene search
+L

3350 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2020/01/28 9:56 p.m.43 views

Security Bulletin: Java Vulnerability Impacts IBM Control Center (CVE-2019-2989)

Summary There is a vulnerability in IBM® Runtime Environment Java™ Technology Edition, Version 7 and 8 that is used by IBM Control Center. The issue was disclosed as part of the IBM Java SDK update in October 2019. Vulnerability Details CVEID: CVE-2019-2989 DESCRIPTION: An unspecified vulnerabili...

6.8CVSS1.7AI score0.03239EPSS
SaveExploits0Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2020/01/28 9:52 p.m.27 views

Security Bulletin: WebSphere Application Server browser stack trace vulnerability affects IBM Control Center (CVE-2019-4441)

Summary Webspher Liberty could allow a remote attacker to obtain sensitive information when a stack trace is returned in the browser Vulnerability Details CVEID: CVE-2019-4441 DESCRIPTION: IBM WebSphere Application Server 7.0, 8.0, 8.5, 9.0, and Liberty could allow a remote attacker to obtain...

5.3CVSS1.6AI score0.01596EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/24 7:56 p.m.73 views

Session key exposure through session list in Django User Sessions

Impact The views provided by django-user-sessions allow users to terminate specific sessions. The session key is used to identify sessions, and thus included in the rendered HTML. In itself this is not a problem. However if the website has an XSS vulnerability, the session key could be extracted ...

8.8CVSS0.7AI score0.00527EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2020/01/23 2:27 a.m.70 views

Limited header injection when using dynamic overrides with user input in RubyGems secure_headers

Impact If user-supplied input was passed into append/overridecontentsecuritypolicydirectives, a newline could be injected leading to limited header injection. Upon seeing a newline in the header, rails will silently create a new Content-Security-Policy header with the remaining value of the...

5.8CVSS0.3AI score0.01079EPSS
SaveExploits1References5Affected Software1
RubySec
RubySec
added 2020/01/23 12:00 a.m.25 views

secure_headers header injection due to newline

If user-supplied input was passed into append/overridecontentsecuritypolicydirectives, a newline could be injected leading to limited header injection. Upon seeing a newline in the header, rails will silently create a new Content-Security-Policy header with the remaining value of the original...

5.8CVSS6.9AI score0.01079EPSS
SaveExploits1References1Affected Software1
Cisco
Cisco
added 2020/01/22 4:00 p.m.38 views

Cisco IOS XE SD-WAN Software Default Credentials Vulnerability

A vulnerability in Cisco IOS XE SD-WAN Software could allow an unauthenticated, local attacker to gain unauthorized access to an affected device. The vulnerability is due to the existence of default credentials within the default configuration of an affected device. An attacker who has access to ...

8.4CVSS8.5AI score0.00333EPSS
SaveExploits0References1
ThreatPost
ThreatPost
added 2020/01/21 2:58 p.m.376 views

Microsoft Zero-Day Actively Exploited, Patch Forthcoming

An unpatched remote code-execution vulnerability in Internet Explorer is being actively exploited in the wild, Microsoft has announced. It’s working on a patch. In the meantime, workarounds are available. The bug CVE-2020-0674 which is listed as critical in severity for IE 11, and moderate for IE...

7.6CVSS8.1AI score0.86863EPSS
SaveExploits18References13
The Hacker News
The Hacker News
added 2020/01/18 1:11 p.m.233 views

Microsoft Warns of Unpatched IE Browser Zero-Day That's Under Active Attacks

Internet Explorer is dead, but not the mess it left behind. Microsoft earlier today issued an emergency security advisory warning millions of Windows users of a new zero-day vulnerability in Internet Explorer IE browser that attackers are actively exploiting in the wild — and there is no patch ye...

7.6CVSS1.4AI score0.86863EPSS
SaveExploits17
CISA
CISA
added 2020/01/17 12:00 a.m.56 views

Microsoft Releases Security Advisory on Internet Explorer Vulnerability

Microsoft has released a security advisory to address a critical vulnerability in Internet Explorer. A remote attacker could exploit this vulnerability to take control of an affected system. According to the advisory, “Microsoft is aware of limited targeted attacks.” The Cybersecurity and...

6.8AI score
SaveExploits0References2
Cisco
Cisco
added 2020/01/08 4:00 p.m.45 views

Cisco Webex Video Mesh Node Command Injection Vulnerability

A vulnerability in the web-based management interface of Cisco Webex Video Mesh could allow an authenticated, remote attacker to execute arbitrary commands on the affected system. The vulnerability is due to improper validation of user-supplied input by the web-based management interface of the...

7.2CVSS3.1AI score0.03507EPSS
SaveExploits0References1
OSV
OSV
added 2020/01/08 3:10 a.m.130 views

GHSA-769F-539V-F5JG PrestaShop gamification module ZIP archives were vulnerable from CVE-2017-9841

Impact We have identified that some gamification module ZIP archives have been built with phpunit dev dependencies. PHPUnit contains a php script that would allow, on a webserver, an attacker to perform a RCE. This vulnerability impacts - phpunit before 4.8.28 and 5.x before 5.6.3 as reported in...

8.9AI score
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2020/01/02 5:44 p.m.39 views

Security Bulletin: IBM API Connect is impacted by a vulnerability in Kubernetes(CVE-2019-11253)

Summary IBM API Connect has addressed the following vulnerability. Vulnerability Details CVEID: CVE-2019-11253 DESCRIPTION: Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send...

7.5CVSS1.3AI score0.25939EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2019/12/30 7:30 p.m.34 views

GHSA-H47J-HC6X-H3QQ Remote Code Execution Vulnerability in NPM mongo-express

Impact Remote code execution on the host machine by any authenticated user. Proof Of Concept Launching mongo-express on a Mac, pasting the following into the "create index" field will pop open the Mac calculator: javascript this.constructor.constructor"return...

9.9CVSS9.4AI score0.84845EPSS
SaveExploits3References9
OSV
OSV
added 2019/12/20 11:04 p.m.37 views

GHSA-4PPP-GPCR-7QF6 HTTP Request Smuggling: Content-Length Sent Twice in Waitress

Impact Waitress would header fold a double Content-Length header and due to being unable to cast the now comma separated value to an integer would set the Content-Length to 0 internally. So a request with: Content-Length: 10 Content-Length: 10 would get transformed to: Content-Length: 10, 10 Whic...

7.5CVSS7.4AI score0.01984EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2019/12/20 4:10 p.m.21 views

Security Bulletin: Vulnerability in RC4 stream cipher affects IBM Tivoli Netcool Configuration Manager (CVE-2015-2808)

Summary The RC4 “Bar Mitzvah” Attack for SSL/TLS affects the IBM WebSphere Application Server Version 7 that is shipped with IBM Tivoli Netcool Configuration Manager. Vulnerability Details CVEID: CVE-2015-2808 DESCRIPTION: The RC4 algorithm, as used in the TLS protocol and SSL protocol, could all...

5CVSS0.8AI score0.73851EPSS
SaveExploits0Affected Software1
Qualys Blog
Qualys Blog
added 2019/12/20 4:00 p.m.231 views

Blue is a color we love but can’t Keep!

Recent reports this year revealed nearly 1 million computer systems are still vulnerable and exposed to BlueKeep in the wild. These systems are still easy targets for an unauthenticated attacker or malware to execute code leveraging this patchable vulnerability. Because so many systems are still...

10CVSS1.3AI score0.99999EPSS
SaveExploits126
IBM Security Bulletins
IBM Security Bulletins
added 2019/12/20 8:47 a.m.41 views

Security Bulletin: IBM Watson Discovery for IBM Cloud Pak for Data affected by vulnerability in FasterXML jackson-databind

Summary IBM Watson Discovery for IBM Cloud Pak for Data ships with versions of FasterXML jackson-databind vulnerable to serialization gadgets. Vulnerability Details CVEID: CVE-2019-14540 DESCRIPTION: A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is...

9.8CVSS1.3AI score0.10763EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2019/12/18 2:26 p.m.115 views

Security Bulletin: Vulnerability in Apache Commons affects IBM i (CVE-2015-7450)

Summary An Apache Commons Collections vulnerability for handling Java object deserialization was addressed by IBM i. Vulnerability Details CVEID: CVE-2015-7450 DESCRIPTION: Apache Commons Collections could allow a remote attacker to execute arbitrary code on the system, caused by the...

10CVSS3.9AI score0.97655EPSS
SaveExploits10Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2019/12/18 1:14 a.m.37 views

Security Bulletin: Vulnerability in OpenSSL affects Sterling Connect:Enterprise for UNIX (CVE-2016-0800).

Summary OpenSSL vulnerabilities were disclosed on March 1, 2016 by the OpenSSL Project. OpenSSL is used by Sterling Connect:Enterprise for UNIX. Sterling Connect:Enterprise for UNIX has addressed the applicable CVE, the “DROWN: Decrypting RSA with Obsolete and Weakened eNcryption" vulnerability...

5.9CVSS0.2AI score0.82112EPSS
SaveExploits2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2019/12/17 10:56 p.m.26 views

Security Bulletin: Java DLL planting vulnerability affects IBM Sterling Secure Proxy (CVE-2016-2542)

Summary Flexera InstallAnywhere generates installation executables which are vulnerable to a DLL-planting vulnerability during installs on Windows systems. InstallAnywhere is used by IBM Sterling Secure Proxy. Vulnerability Details CVEID: CVE-2016-2542 DESCRIPTION: Flexera InstallShield could all...

7.8CVSS0.6AI score0.00503EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder