Lucene search
+L

1105 matches found

CNVD
CNVD
added 2024/09/30 12:00 a.m.22 views

Advantech ADAM-5550 Information Disclosure Vulnerability

Advantech ADAM-5550 is a programmable automation controller from Advantech, China. The Advantech ADAM-5550 suffers from an information disclosure vulnerability due to a flaw in base64 encoding for sharing user credentials. An attacker can exploit this vulnerability to obtain credential informatio...

6.8CVSS6.2AI score0.00357EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/09/27 12:00 a.m.11 views

Advantech ADAM-5550 安全漏洞

Advantech ADAM-5550 is a programmable automation controller from Advantech, China. The Advantech ADAM-5550 suffers from an information disclosure vulnerability due to a flaw in base64 encoding for sharing user credentials. An attacker can exploit this vulnerability to obtain credential informatio...

6.8CVSS6.2AI score0.00357EPSS
SaveExploits0References2
Schneier on Security
Schneier on Security
added 2024/09/17 11:02 a.m.12 views

Python Developers Targeted with Malware During Fake Job Interviews

Interesting social engineering attack: luring potential job applicants with fake recruiting pitches, trying to convince them to download malware. From a news article These particular attacks from North Korean state-funded hacking team Lazarus Group are new, but the overall malware campaign agains...

7.5AI score
SaveExploits0
Packet Storm
Packet Storm
added 2024/09/01 12:00 a.m.168 views

Syncovery For Linux Web-GUI Session Token Brute-Forcer

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'base64' require 'date' require 'json' require 'metasploit/framework/credentialcollection' require 'metasploit/framework/loginscanner/syncoveryfilesyncbackup'...

9.8CVSS7.1AI score0.04036EPSS
SaveExploits3
GithubExploit
GithubExploit
added 2024/08/01 9:22 p.m.267 views

Exploit for Code Injection in Geoserver

CVE-2024-36401-PoC This repository contains a Proof of Conce...

9.8CVSS10AI score0.99813EPSS
SaveExploits26
Trellix
Trellix
added 2024/07/29 12:00 a.m.28 views

OneDrive Pastejacking

OneDrive Pastejacking: The crafty phishing and downloader campaign By Rafael Pena · July 29, 2024 Over the past few weeks, the Trellix Advanced Research Center has observed a sophisticated Phishing/downloader campaign targeting Microsoft OneDrive users. This campaign heavily relies on social...

7.2AI score
SaveExploits0
zdt
zdt
added 2024/06/24 12:00 a.m.508 views

Netis MW5360 Remote Command Execution Exploit

The Netis MW5360 router has a command injection vulnerability via the password parameter on the login page. The vulnerability stems from improper handling of the "password" parameter within the router's web interface. The router's login page authorization can be bypassed by simply deleting the...

9.8CVSS9.9AI score0.70779EPSS
SaveExploits4
Fedora
Fedora
added 2024/06/02 3:39 a.m.16 views

[SECURITY] Fedora 39 Update: rust-uu_base64-0.0.23-3.fc39

Base64 uutils decode/encode input base64-encoding...

7.3AI score
SaveExploits0
Talos Blog
Talos Blog
added 2024/05/22 12:17 p.m.25 views

From trust to trickery: Brand impersonation over the email attack vector

Cisco recently developed and released a new feature to detect brand impersonation in emails when adversaries pretend to be a legitimate corporation. Talos has discovered a wide range of techniques threat actors use to embed and deliver brand logos via emails to their victims. Talos is providing n...

6.5AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/05/08 12:00 a.m.10 views

PT-2024-40772 · Git +1 · Pjsip

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash type of "Use-of-uninitialized-value" as reported by OSS-Fuzz. The crash occurs in the encode base64 differential function...

6.9AI score
SaveExploits0References2
GithubExploit
GithubExploit
added 2024/04/16 5:08 p.m.286 views

Exploit for Improper Input Validation in Paloaltonetworks Pan-Os

CVE-2024-3400 RCE Test Script Overview This Python script...

10CVSS10AI score0.99999EPSS
SaveExploits46
Positive Technologies
Positive Technologies
added 2024/04/06 12:00 a.m.9 views

PT-2024-40907 · Rsa · Rsa

Name of the Vulnerable Software and Affected Versions: rsa affected versions not specified Description: The issue concerns potential side-channel attacks due to non-constant time operations, including arithmetic and Base64 encoding. Recommendations: At the moment, there is no information about a...

6.9AI score
SaveExploits0References5
CNNVD
CNNVD
added 2024/03/21 12:00 a.m.11 views

OpenZeppelin 安全漏洞

OpenZeppelin is a software application. A standard for secure blockchain applications. A security vulnerability exists in OpenZeppelin Contracts versions prior to 5.0.2 and prior to 4.9.6, which stems from the fact that the last iteration of the Base64.encode function can read portions of memory...

7.4CVSS6.6AI score0.00763EPSS
SaveExploits0References6
OpenVAS
OpenVAS
added 2024/03/04 12:00 a.m.30 views

openSUSE: Security Advisory for apr (SUSE-SU-2023:0389-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

6.5CVSS7.3AI score0.01417EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/29 8:09 p.m.25 views

GHSA-9VX6-7XXF-X967 OpenZeppelin Contracts base64 encoding may read from potentially dirty memory

Impact The Base64.encode function encodes a bytes input by iterating over it in chunks of 3 bytes. When this input is not a multiple of 3, the last iteration may read parts of the memory that are beyond the input buffer. Although the encode function pads the output for these cases, up to 4 bits o...

6.5CVSS6.3AI score0.00763EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/02/29 8:09 p.m.30 views

OpenZeppelin Contracts base64 encoding may read from potentially dirty memory

Impact The Base64.encode function encodes a bytes input by iterating over it in chunks of 3 bytes. When this input is not a multiple of 3, the last iteration may read parts of the memory that are beyond the input buffer. Although the encode function pads the output for these cases, up to 4 bits o...

7.4CVSS6.6AI score0.00763EPSS
SaveExploits0References7Affected Software2
Cvelist
Cvelist
added 2024/02/29 6:18 p.m.27 views

CVE-2024-27094 OpenZeppelin Contracts base64 encoding may read from potentially dirty memory

OpenZeppelin Contracts is a library for secure smart contract development. The Base64.encode function encodes a bytes input by iterating over it in chunks of 3 bytes. When this input is not a multiple of 3, the last iteration may read parts of the memory that are beyond the input buffer. The...

6.5CVSS6.5AI score0.00763EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/29 6:18 p.m.13 views

CVE-2024-27094 OpenZeppelin Contracts base64 encoding may read from potentially dirty memory

OpenZeppelin Contracts is a library for secure smart contract development. The Base64.encode function encodes a bytes input by iterating over it in chunks of 3 bytes. When this input is not a multiple of 3, the last iteration may read parts of the memory that are beyond the input buffer. The...

6.5CVSS6.7AI score0.00763EPSS
SaveExploits0References5
Metasploit
Metasploit
added 2024/02/13 7:51 p.m.584 views

Base64 Command Encoder

This encoder uses base64 encoding to avoid bad characters. Module Options msf use encoder/cmd/base64 msf encoderbase64 show actions ...actions... msf encoderbase64 set ACTION msf encoderbase64 show options ...show and set options... msf encoderbase64 run This module requires Metasploit:...

5.8AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2023/12/19 9:26 p.m.42 views

CVE-2023-6944

A flaw was found in the Red Hat Developer Hub RHDH. The catalog-import function leaks GitLab access tokens on the frontend when the base64 encoded GitLab token includes a newline at the end of the string. The sanitized error can display on the frontend, including the raw access token. Upon gainin...

5.7CVSS5.4AI score0.00561EPSS
SaveExploits0References3
Rows per page
Query Builder