Base · Medium

CWE-1117: Callable with Insufficient Behavioral Summary

The code contains a function or method whose signature and/or associated inline documentation does not sufficiently describe the callable's inputs, outputs, side effects, assumptions, or ret...

CWE-1117 · Base Level

Description

The code contains a function or method whose signature and/or associated inline documentation does not sufficiently describe the callable's inputs, outputs, side effects, assumptions, or return codes.

Potential Impact

Other

Reduce Maintainability

Frequently Asked Questions

What is CWE-1117?

CWE-1117 (Callable with Insufficient Behavioral Summary) is a software weakness identified by MITRE's Common Weakness Enumeration. It is classified as a Base-level weakness. The code contains a function or method whose signature and/or associated inline documentation does not sufficiently describe the callable's inputs, outputs, side effects, assumptions, or ret...

How can CWE-1117 be exploited?

Attackers can exploit CWE-1117 (Callable with Insufficient Behavioral Summary) to reduce maintainability. This weakness is typically introduced during the Implementation phase of software development.

How do I prevent CWE-1117?

Follow secure coding practices, conduct code reviews, and use automated security testing tools (SAST/DAST) to detect this weakness early in the development lifecycle.

What is the severity of CWE-1117?

CWE-1117 is classified as a Base-level weakness (Medium abstraction). Its actual severity depends on the specific context and how the weakness manifests in your application.