Lucene search
+L

229 matches found

Kitploit
Kitploit
added 2026/09/12 4:37 a.m.7 views

Stegano

Stegano Stegano, 순수 Python 스테가노그래피 모듈입니다. 스테가노그래피는 송신자와 의도된 수신자를 제외한 누구도 메시지의 존재를 의심하지 못하도록 숨겨진 메시지를 작성하는 예술이자 과학이며, 은폐를 통한 보안security through obscurity의 한 형태입니다. 결과적으로 Stegano가 제공하는 함수는 암호화 없이 메시지를 숨길 뿐입니다. 스테가노그래피는 종종 암호화cryptography와 함께 사용됩니다. 설치 root@kitploit: $ poetry install stegano Python...

6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/11 10:15 p.m.5 views

CVE-2026-89746

A flaw was found in the Linux kernel's tracing component. A local user can exploit a use-after-free vulnerability by registering multiple histogram triggers with the same name. This action causes the kernel to attempt to access freed memory, leading to a system crash and a Denial of Service DoS...

4.4CVSS0.002EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix memory leak in mwifiexhistogramread Always free the zeroed page upon returning from ‘mwifiexhistogramread’...

6.2AI score0.00216EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: Tracing/histogram: Fixed a potential memory leak in kstrdup. The kfree function is not called in the error path, resulting in the memory allocated by kstrdup not being freed properly. p = param = kstrdupdata-paramsi, GFPKERNEL...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1

In the Linux kernel, the following vulnerabilities have been resolved: Tracing: Ensure visibility when inserting an element into tracingmap. Running the following two commands in parallel on a multi-processor AArch64 machine may occasionally generate an unexpected warning regarding duplicate...

5.5CVSS6.3AI score0.00242EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.43 views

CVE-2026-68283

The CVE-2026-68283 issue is in the Linux kernel tracing subsystem. A use-after-free arises because freeing of event_trigger_data was moved to a kthread and synchronized later via tracepoint_synchronize_unregister(), breaking prior inline synchronization in trigger_data_free(). As a result, after ...

8.8CVSS5.4AI score0.00374EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:02 p.m.8 views

EUVD-2026-55384

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.4AI score0.00374EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.18 views

CVE-2026-64458

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: handle extreme intervals in damonhotscore Fix three issues in damonhotscore that comes from wrong handling of extreme zero or too high monitoring intervals user setup. When the user sets sampling interval zer...

5.6AI score0.0018EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/07/19 3:39 p.m.17 views

EUVD-2026-45601

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.5AI score0.00231EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 3:39 p.m.36 views

CVE-2026-64028

In the Linux kernel tracing subsystem, CVE-2026-64028 affects hist_field_name() in the fully-qualified VAR_REF/EXPR path: when snprintf() truncation returns NULL, callers mistakenly dereference NULL in strcat(expr, hist_field_name(field, 0)) and in a sort-key strcmp, potentially leading to NULL d...

5.5AI score0.00231EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.28 views

PT-2026-61345

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from hist field name on truncation hist field name returns "" everywhere except the fully-qualified VAR REF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.4AI score0.00231EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/14 8:10 p.m.16 views

CVE-2026-14685

A flaw was found in HdrHistogram. A local attacker could exploit this vulnerability by manipulating the 'Count' argument within the recordValueWithCount function. This manipulation leads to a state issue, which could impact the integrity of data processing within the affected component. Mitigatio...

4.8CVSS5.8AI score0.00159EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/07/13 3:05 a.m.13 views

CVE-2026-14686

A flaw was found in HdrHistogram. This vulnerability affects the DoubleHistogram.recordValue function, which is part of the Range Check component. A local attacker can exploit this flaw by performing a specific manipulation, leading to an incorrect comparison of values. This issue primarily impac...

4.8CVSS6AI score0.00325EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/09 4:49 p.m.26 views

PYSEC-2026-3260 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.1AI score0.00316EPSS
SaveExploits1References13
OSV
OSV
added 2026/07/09 4:49 p.m.11 views

PYSEC-2026-3382 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.2AI score0.00316EPSS
SaveExploits1References13
OSV
OSV
added 2026/07/06 8:03 a.m.10 views

PYSEC-2026-1048 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.1AI score0.00316EPSS
SaveExploits1References13
OSV
OSV
added 2026/07/05 1:21 a.m.12 views

DEBIAN-CVE-2026-14686

A vulnerability was found in HdrHistogram up to 2.2.2. This issue affects the function org.HdrHistogram.DoubleHistogram.recordValue of the file src/main/java/org/HdrHistogram/DoubleHistogram.java of the component Range Check. Performing a manipulation results in incorrect comparison. The attack i...

4.8CVSS5.6AI score0.00325EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/05 1:21 a.m.12 views

UBUNTU-CVE-2026-14686

A vulnerability was found in HdrHistogram up to 2.2.2. This issue affects the function org.HdrHistogram.DoubleHistogram.recordValue of the file src/main/java/org/HdrHistogram/DoubleHistogram.java of the component Range Check. Performing a manipulation results in incorrect comparison. The attack i...

4.8CVSS5.3AI score0.00325EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/05 12:17 a.m.22 views

CVE-2026-14684

A flaw has been found in HdrHistogram up to 2.2.2. This affects the function org.HdrHistogram.AbstractHistogram.decodeFromByteBuffer of the file src/main/java/org/HdrHistogram/AbstractHistogram.java. This manipulation of the argument numberOfSignificantValueDigits causes uncontrolled memory...

4.8CVSS0.0016EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/07/05 12:17 a.m.15 views

CVE-2026-14685

A vulnerability has been found in HdrHistogram up to 2.2.2. This vulnerability affects the function recordValueWithCount of the file src/main/java/org/HdrHistogram/AbstractHistogram.java of the component AbstractHistogram. Such manipulation of the argument Count leads to state issue. The attack c...

4.8CVSS4.2AI score0.00159EPSS
SaveExploits0References7
Rows per page
Query Builder